Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpickle.py289 def _getattribute(obj, name): function
313 if _getattribute(module, name)[0] is obj:
953 obj2, parent = _getattribute(module, name)
1425 return _getattribute(sys.modules[module], name)[0]