Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/toolkit/modules/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 36 kB image not shown  

Quelle  mockpkg.gi   Sprache: unbekannt

 
#
# mockpkg: A mock package for use by the GAP test suite
#
# Implementations
#
InstallGlobalFunction( mockpkg_GlobalFunction,
function()
    Print( "This is a placeholder function, replace it with your own code.\n" );
end );

InstallMethod( mockpkg_Operation, [ IsGroup, IsPosInt ], { G, n } -> n );

InstallMethod( mockpkg_Attribute, [ IsSolvableGroup ], G -> G );

InstallMethod( mockpkg_Property, [ IsNilpotentGroup ], IsAbelian );

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]