Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py936 _BATCHSIZE = 1000 variable in _Pickler
951 tmp = list(islice(it, self._BATCHSIZE))
962 if n < self._BATCHSIZE:
992 tmp = list(islice(it, self._BATCHSIZE))
1006 if n < self._BATCHSIZE:
1022 batch = list(islice(it, self._BATCHSIZE))
1029 if n < self._BATCHSIZE:

Completed in 3 milliseconds