Home
last modified time | relevance | path

Searched defs:_replace (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcollections.py732 def _replace(self, _map=map, **kwds): member in Point
/external/python/cpython3/Lib/collections/
D__init__.py413 def _replace(_self, **kwds): function