Functions | |
def | scatter_bldr |
Variables | |
string | usage = "python simple.py [options]" |
tuple | env = parse_args() |
list | target = [ env.pop('tgt') ] |
list | source = [ env.pop('src') ] |
list | __all__ = ['MyScatter'] |
tuple | MyScatter = add_to_slim_env( "MyScatter", scatter_bldr ) |
def Scattertest.scatter_bldr | ( | target, | ||
source, | ||||
env | ||||
) |
Definition at line 15 of file Scattertest.py.
Definition at line 54 of file Scattertest.py.
tuple env = parse_args() |
Definition at line 47 of file Scattertest.py.
tuple MyScatter = add_to_slim_env( "MyScatter", scatter_bldr ) |
Definition at line 58 of file Scattertest.py.
list source = [ env.pop('src') ] |
Definition at line 49 of file Scattertest.py.
list target = [ env.pop('tgt') ] |
Definition at line 48 of file Scattertest.py.
string usage = "python simple.py [options]" |
Definition at line 8 of file Scattertest.py.