Skip to content
screpl.core.appcommand module
-
screpl.core.appcommand.
_run_app_command
(
cmdtable_epd
)
[source]
-
EUDFuncN
-
screpl.core.appcommand.
encode_arguments
(
)
[source]
-
EUDFuncN
-
screpl.core.appcommand.
AppCommand
(
arg_encoders
,
*
,
traced
=
False
)
[source]
-
-
class
screpl.core.appcommand.
AppCommandN
(
arg_encoders
,
func
,
*
,
traced
)
[source]
-
Bases:
object
-
allocate
(
manager
)
[source]
-
-
get_cmd_ptr
(
)
[source]
-
-
initialize
(
cls
)
[source]
-
-
set_func_callback
(
func_callback
)
[source]
-
-
screpl.core.appcommand.
run_app_command
(
manager
,
txtptr
,
logbuf_epd
=
None
)
[source]
-