screpl.plugins.test.array module ¶
-
class
screpl.plugins.test.array.REPLArrayTestApp[source] ¶ -
Bases:
screpl.core.application.ApplicationApplication Fields
Application Methods
index
methods
0
1
2
3
4
5
-
loop( self ) ¶ -
AppMethodN(index=0)
-
print( self , writer ) ¶ -
AppMethodN(index=5)
-
append( self , value ) ¶
-
at( self , i ) ¶
-
contains( self , i ) ¶
-
delete( self , i ) ¶
-
insert( self , i , value ) ¶
-
pop( self ) ¶
-
sort( self ) ¶
-