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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
32 (((PyCFunctionObject *)func) -> m_self)
34 (((PyCFunctionObject *)func) -> m_ml -> ml_flags)
86 } PyCFunctionObject;
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
32 (((PyCFunctionObject *)func) -> m_self)
34 (((PyCFunctionObject *)func) -> m_ml -> ml_flags)
86 } PyCFunctionObject;

Completed in 1188 milliseconds