Searched refs:super_init (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/compiler/ |
D | pycodegen.py | 1364 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
|
D | pyassem.py | 255 super_init = FlowGraph.__init__ variable in PyFlowGraph 258 self.super_init()
|
/external/python/cpython2/Lib/ |
D | argparse.py | 1496 super_init = super(_ArgumentGroup, self).__init__ 1497 super_init(description=description, **kwargs)
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1554 super_init = super(_ArgumentGroup, self).__init__ 1555 super_init(description=description, **kwargs)
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 7659 super_init(PyObject *self, PyObject *args, PyObject *kwds) in super_init() function 7832 super_init, /* tp_init */
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 6823 super_init(PyObject *self, PyObject *args, PyObject *kwds) function 6908 super_init, /* tp_init */
|