Go to the source code of this file.
Namespaces | |
dyn_tune.create_functions | |
Functions | |
def | dyn_tune.create_functions.ABS (x) |
def | dyn_tune.create_functions.ADD (nums) |
def | dyn_tune.create_functions.CALL (func, args, kwargs) |
def | dyn_tune.create_functions.MEAN (nums) |
def | dyn_tune.create_functions.MULT (nums) |
def | dyn_tune.create_functions.NEG (x) |
def | dyn_tune.create_functions.save (arg) |
def | dyn_tune.create_functions.SUB (a, b) |
def | dyn_tune.create_functions.SUM (x) |
Variables | |
list | dyn_tune.create_functions.CALLABLE = ["function", "builtin_function_or_method", "builtin_function", "type"] |
list | dyn_tune.create_functions.SIGNED |
list | dyn_tune.create_functions.SIGNED_ARRAY |
list | dyn_tune.create_functions.UNSIGNED |
list | dyn_tune.create_functions.UNSIGNED_ARRAY |