Searched defs:__super_init (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/compiler/ | ||
D | symbols.py | 173 __super_init = Scope.__init__ variable in ModuleScope |
D | pycodegen.py | 1296 __super_init = CodeGenerator.__init__ variable in ModuleCodeGenerator |
/external/python/cpython3/Lib/urllib/ | ||
D | error.py | 37 __super_init = urllib.response.addinfourl.__init__ variable in HTTPError |
/external/python/cpython2/Lib/ | ||
D | urllib2.py | 179 __super_init = addinfourl.__init__ variable in HTTPError |