2011-08-03 20:10:11 +02:00
|
|
|
[[command_python_python]]
|
2011-10-21 12:18:48 +02:00
|
|
|
[command]*`python`* elenca/carica/scarica script::
|
2009-12-04 12:11:12 +01:00
|
|
|
........................................
|
2012-08-21 18:57:49 +02:00
|
|
|
/python list|listfull [<name>]
|
|
|
|
load [-q] <filename>
|
2011-02-04 22:12:19 +01:00
|
|
|
autoload
|
2012-08-21 18:57:49 +02:00
|
|
|
reload|unload [-q] [<name>]
|
2011-02-04 22:12:19 +01:00
|
|
|
|
2012-08-21 18:57:49 +02:00
|
|
|
list: list loaded scripts
|
|
|
|
listfull: list loaded scripts (verbose)
|
|
|
|
load: load a script
|
|
|
|
autoload: load all scripts in "autoload" directory
|
|
|
|
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
|
|
|
|
unload: unload a script (if no name given, unload all scripts)
|
|
|
|
filename: script (file) to load
|
|
|
|
name: a script name (name used in call to "register" function)
|
|
|
|
-q: quiet mode: do not display messages
|
2009-12-04 12:11:12 +01:00
|
|
|
|
2012-08-21 18:57:49 +02:00
|
|
|
Without argument, this command lists all loaded scripts.
|
2009-12-04 12:11:12 +01:00
|
|
|
........................................
|
|
|
|
|