VEX V5 Python API
Functions
func Namespace Reference

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...
 

Detailed Description

PyMite's func module, info about function/module objects.

Function Documentation

◆ co_names()

def func.co_names (   f)

Returns the names tuple of the function/module object.

◆ co_consts()

def func.co_consts (   f)

Returns the constants tuple of the function/module object.