Searched refs:_wrapper (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
D | sharedctypes.py | 131 return rebuild_ctype, (obj._type_, obj._wrapper, obj._length_) 133 return rebuild_ctype, (type(obj), obj._wrapper, None) 141 obj._wrapper = wrapper
|
D | synchronize.py | 373 self._cond, self._wrapper) = state 374 self._array = self._wrapper.create_memoryview().cast('i') 378 self._cond, self._wrapper)
|
/third_party/python/Lib/xml/sax/ |
D | saxutils.py | 88 class _wrapper: class 92 buffer = _wrapper()
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 1666 (self._wrapper, self._lock) = state 1667 self._lengthbuf = self._wrapper.create_memoryview().cast('i') 1670 return (self._wrapper, self._lock)
|
/third_party/json/ |
D | ChangeLog.md | 1635 - Discuss: replace static "iterator\_wrapper" function with "items" member function [\#874](https:/…
|