mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 09:02:46 +08:00
Add cStringIO, cPickle to six.moves. Add six.moves for PY3.
This commit is contained in:
4
third_party/2.7/six/moves.pyi
vendored
4
third_party/2.7/six/moves.pyi
vendored
@@ -18,3 +18,7 @@ def zip(iter1: Iterable[_T1], iter2: Iterable[_T2],
|
||||
def zip(iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3],
|
||||
iter4: Iterable[_T4]) -> Iterator[Tuple[_T1, _T2,
|
||||
_T3, _T4]]: ... # TODO more than four iterables
|
||||
|
||||
# For re-export.
|
||||
import cStringIO as cStringIO
|
||||
import cPickle as cPickle
|
||||
|
||||
Reference in New Issue
Block a user