Functions | |
def | ApplyFunctionAsParametric |
def | RunTool |
def Tools.ApplyFunctionAsParametric | ( | nullary_function, | |
desired_name_for_parametric_entry | |||
) |
execute the nullary function as if it was a parametric Example: ApplyFunctionAsParametric(lambda: print 'hi', 'helloworld') C++ signature : int ApplyFunctionAsParametric(boost::python::api::object,std::string)
def Tools.RunTool | ( | arg1 | ) |
C++ signature : bool RunTool(std::string)