Searched defs:_replace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | collections.py | 732 def _replace(self, _map=map, **kwds): member in Point |
/external/python/cpython3/Lib/collections/ | ||
D | __init__.py | 413 def _replace(_self, **kwds): function |