Searched refs:_reconstruct (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | copy.py | 106 return _reconstruct(x, None, *rv) 180 y = _reconstruct(x, memo, *rv) 268 def _reconstruct(x, memo, func, args, function
|
/external/python/cpython2/Lib/ |
D | copy.py | 96 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/ |
D | headerregistry.py | 229 def _reconstruct(cls, value): member in BaseHeader 259 return type(cls_name, bases, {})._reconstruct(value)
|