Searched refs:__setslice__ (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/multiprocessing/ | ||
H A D | sharedctypes.py | 233 def __setslice__(self, start, stop, values): member in SynchronizedArray |
/third_party/protobuf/python/google/protobuf/internal/ | ||
H A D | containers.py | 310 self.__setslice__(key.start, key.stop, value) 319 def __setslice__(self, start, stop, values): member in RepeatedScalarFieldContainer |
Completed in 2 milliseconds