Searched defs:super_init (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/compiler/ | ||
D | pycodegen.py | 1410 super_init = CodeGenerator.__init__ # call be other init variable in FunctionCodeGenerator |
D | pyassem.py | 255 super_init = FlowGraph.__init__ variable in PyFlowGraph |
/external/python/cpython2/Objects/ | ||
D | typeobject.c | 6823 super_init(PyObject *self, PyObject *args, PyObject *kwds) function |
/external/python/cpython3/Objects/ | ||
D | typeobject.c | 8141 super_init(PyObject *self, PyObject *args, PyObject *kwds) in super_init() function |