Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcopy.py106 return _reconstruct(x, None, *rv)
180 y = _reconstruct(x, memo, *rv)
268 def _reconstruct(x, memo, func, args, function
/external/python/cpython2/Lib/
Dcopy.py96 return _reconstruct(x, rv, 0)
190 y = _reconstruct(x, rv, 1, memo)
306 def _reconstruct(x, info, deep, memo=None): function
/external/python/cpython3/Lib/email/
Dheaderregistry.py229 def _reconstruct(cls, value): member in BaseHeader
259 return type(cls_name, bases, {})._reconstruct(value)