Searched refs:__setslice__ (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/python/google/protobuf/internal/ |
D | containers.py | 310 self.__setslice__(key.start, key.stop, value) 319 def __setslice__(self, start, stop, values): member in RepeatedScalarFieldContainer
|
/third_party/python/Lib/multiprocessing/ |
D | sharedctypes.py | 233 def __setslice__(self, start, stop, values): member in SynchronizedArray
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 767 * :meth:`__getslice__`, :meth:`__setslice__` and :meth:`__delslice__`
|
/third_party/protobuf/ |
D | CHANGES.txt | 2166 * Support iterators in extend and __setslice__ for containers.
|
/third_party/python/Misc/ |
D | HISTORY | 24267 '__rmul__', '__setattr__', '__setitem__', '__setslice__', '__str__',
|