summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/python_commands.txt
blob: ece785399fa3ac91bdb8a4e9af9d6642be77c80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[command_python_python]]
[command]*`python`* elenca/carica/scarica script::
........................................
/python  list|listfull [<name>]
         load [-q] <filename>
         autoload
         reload|unload [-q] [<name>]

    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

Without argument, this command lists all loaded scripts.
........................................