Searched refs:_replace (Results 1 - 10 of 10) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcollections.py262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcollections.py262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcollections.py262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcollections.py262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_collections.py85 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
89 p._replace(x=1, error=2)
138 self.assertEqual(Dot(1)._replace(d=999), (999,))
156 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
186 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
208 # test _replace
211 newt = t._replace(**dict(zip(T._fields, newvalues)))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_collections.py85 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
89 p._replace(x=1, error=2)
138 self.assertEqual(Dot(1)._replace(d=999), (999,))
156 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
186 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
208 # test _replace
211 newt = t._replace(**dict(zip(T._fields, newvalues)))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py85 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
89 p._replace(x=1, error=2)
138 self.assertEqual(Dot(1)._replace(d=999), (999,))
156 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
186 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
208 # test _replace
211 newt = t._replace(**dict(zip(T._fields, newvalues)))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_collections.py85 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
89 p._replace(x=1, error=2)
138 self.assertEqual(Dot(1)._replace(d=999), (999,))
156 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
186 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
208 # test _replace
211 newt = t._replace(**dict(zip(T._fields, newvalues)))
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
H A Dbndlib-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
H A Dbnd-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd aQute/ aQute/bnd/ ...

Completed in 603 milliseconds