Current Path :
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python37/lib/python3.7/site-packages/future/moves/itertools.py
from __future__ import absolute_import from itertools import * try: zip_longest = izip_longest filterfalse = ifilterfalse except NameError: pass