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

  /external/python/cpython3/Include/
object.h 508 PyAPI_FUNC(PyTypeObject *) _PyType_CalculateMetaclass(PyTypeObject *, PyObject *);
    [all...]
  /external/python/cpython3/Python/
bltinmodule.c 203 winner = (PyObject *)_PyType_CalculateMetaclass((PyTypeObject *)meta,
    [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]

Completed in 60 milliseconds