My favorites | Sign in
Project Logo
                
Index  

Modules

BuiltinsDictGeneralMiscellaneousOperationsStringVM

Symbol Index

TP_LOOPMacro to iterate over all remaining arguments.
tp_boolCheck the truth value of an object
tp_callCalls a tinypy function.
tp_classCreates a new base class.
tp_compileCompile some tinypy code.
tp_dataCreates a new data object.
tp_deinitDestroys a VM instance.
tp_delRemove a dictionary entry.
tp_dictCreates a new dictionary object.
tp_execExecute VM code.
tp_fncCreates a new tinypy function object.
tp_getAttribute lookup.
tp_getrawRetrieve the raw dict of a dict.
tp_hasChecks if an object contains a key.
tp_igetFailsafe attribute lookup.
tp_importImports a module.
tp_initInitializes a new virtual machine.
tp_iterIterate through a list or dict.
tp_lenReturns the length of an object.
tp_numberCreates a new numeric object.
tp_objTinypy's object representation.
tp_objectCreates a new object.
tp_paramsInitialize the tinypy parameters.
tp_params_nSpecify a list of objects as function call parameters.
tp_params_vPass parameters for a tinypy function call.
tp_raiseMacro to raise an exception.
tp_setAttribute modification.
tp_setmetaSet a "dict's meta".
tp_strString representation of an object.
tp_stringCreates a new string object from a C string.
tp_string_nCreates a new string object from a partial C string.
tp_string_sliceCreate a new string sliced from an existing string.
tp_systemThe system builtin. A grave security flaw. If your version of tinypy
tp_vmRepresentation of a tinypy virtual machine instance.

Hosted by Google Code