Home
last modified time | relevance | path

Searched defs:super_init (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dpycodegen.py1410 super_init = CodeGenerator.__init__ # call be other init variable in FunctionCodeGenerator
1426 super_init = CodeGenerator.__init__ # call be other init variable in GenExprCodeGenerator
1462 super_init = CodeGenerator.__init__ variable in ClassCodeGenerator
Dpyassem.py255 super_init = FlowGraph.__init__ variable in PyFlowGraph
/external/python/cpython2/Objects/
Dtypeobject.c6823 super_init(PyObject *self, PyObject *args, PyObject *kwds) function
/external/python/cpython3/Objects/
Dtypeobject.c8141 super_init(PyObject *self, PyObject *args, PyObject *kwds) in super_init() function