HomeSort by relevance Sort by last modified time
    Searched refs:PyFunctionObject (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 38 } PyFunctionObject;
56 (((PyFunctionObject *)func) -> func_code)
58 (((PyFunctionObject *)func) -> func_globals)
60 (((PyFunctionObject *)func) -> func_module)
62 (((PyFunctionObject *)func) -> func_defaults)
64 (((PyFunctionObject *)func) -> func_closure)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 38 } PyFunctionObject;
56 (((PyFunctionObject *)func) -> func_code)
58 (((PyFunctionObject *)func) -> func_globals)
60 (((PyFunctionObject *)func) -> func_module)
62 (((PyFunctionObject *)func) -> func_defaults)
64 (((PyFunctionObject *)func) -> func_closure)

Completed in 168 milliseconds