VEX IQ Python API
|
PyMite's func module, info about function/module objects. More...
Functions | |
def | co_names (f) |
Returns the names tuple of the function/module object. More... | |
def | co_consts (f) |
Returns the constants tuple of the function/module object. More... | |
PyMite's func module, info about function/module objects.
def func.co_names | ( | f | ) |
Returns the names tuple of the function/module object.
def func.co_consts | ( | f | ) |
Returns the constants tuple of the function/module object.