Home
last modified time | relevance | path

Searched refs:super_init (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dpycodegen.py1364 self.super_init()
1410 super_init = CodeGenerator.__init__ # call be other init variable in FunctionCodeGenerator
1426 super_init = CodeGenerator.__init__ # call be other init variable in GenExprCodeGenerator
1446 self.super_init()
1462 super_init = CodeGenerator.__init__ variable in ClassCodeGenerator
Dpyassem.py255 super_init = FlowGraph.__init__ variable in PyFlowGraph
258 self.super_init()
/external/python/cpython2/Lib/
Dargparse.py1496 super_init = super(_ArgumentGroup, self).__init__
1497 super_init(description=description, **kwargs)
/external/python/cpython3/Lib/
Dargparse.py1554 super_init = super(_ArgumentGroup, self).__init__
1555 super_init(description=description, **kwargs)
/external/python/cpython3/Objects/
Dtypeobject.c7659 super_init(PyObject *self, PyObject *args, PyObject *kwds) in super_init() function
7832 super_init, /* tp_init */
/external/python/cpython2/Objects/
Dtypeobject.c6823 super_init(PyObject *self, PyObject *args, PyObject *kwds) function
6908 super_init, /* tp_init */