Functions | |
def | ABS (x) |
def | ADD (nums) |
def | CALL (func, args, kwargs) |
def | MEAN (nums) |
def | MULT (nums) |
def | NEG (x) |
def | save (arg) |
def | SUB (a, b) |
def | SUM (x) |
Variables | |
list | CALLABLE = ["function", "builtin_function_or_method", "builtin_function", "type"] |
list | SIGNED |
list | SIGNED_ARRAY |
list | UNSIGNED |
list | UNSIGNED_ARRAY |
def dyn_tune.create_functions.ABS | ( | x | ) |
Definition at line 149 of file create_functions.py.
def dyn_tune.create_functions.ADD | ( | nums | ) |
Definition at line 73 of file create_functions.py.
def dyn_tune.create_functions.CALL | ( | func, | |
args, | |||
kwargs | |||
) |
Definition at line 115 of file create_functions.py.
def dyn_tune.create_functions.MEAN | ( | nums | ) |
Definition at line 132 of file create_functions.py.
def dyn_tune.create_functions.MULT | ( | nums | ) |
Definition at line 86 of file create_functions.py.
def dyn_tune.create_functions.NEG | ( | x | ) |
Definition at line 107 of file create_functions.py.
def dyn_tune.create_functions.save | ( | arg | ) |
Definition at line 5 of file create_functions.py.
def dyn_tune.create_functions.SUB | ( | a, | |
b | |||
) |
Definition at line 100 of file create_functions.py.
def dyn_tune.create_functions.SUM | ( | x | ) |
Definition at line 155 of file create_functions.py.
list dyn_tune.create_functions.CALLABLE = ["function", "builtin_function_or_method", "builtin_function", "type"] |
Definition at line 63 of file create_functions.py.
list dyn_tune.create_functions.SIGNED |
Definition at line 20 of file create_functions.py.
list dyn_tune.create_functions.SIGNED_ARRAY |
Definition at line 32 of file create_functions.py.
list dyn_tune.create_functions.UNSIGNED |
Definition at line 45 of file create_functions.py.
list dyn_tune.create_functions.UNSIGNED_ARRAY |
Definition at line 54 of file create_functions.py.