Skip to content
screpl.core.appmethod module
-
screpl.core.appmethod.
AppMethod
(
method
)
[source]
-
-
class
screpl.core.appmethod.
AppMethodN
(
argtypes
,
rettypes
,
method
,
*
,
with_main_writer
,
interactive
,
traced
)
[source]
-
Bases:
object
-
allocate
(
manager
)
[source]
-
-
apply
(
manager
)
[source]
-
-
get_func_ptr
(
)
[source]
-
-
initialize
(
cls
,
index
,
parent
=
None
)
[source]
-
-
set_funcn_callback
(
funcn_callback
)
[source]
-
-
screpl.core.appmethod.
AppMethodWithMainWriter
(
method
)
[source]
-
-
screpl.core.appmethod.
AppTypedMethod
(
argtypes
,
rettypes
=
None
,
*
,
interactive
=
False
,
with_main_writer
=
False
,
traced
=
False
)
[source]
-