backports.shutil_which 3.5.2

Last updated:

0 purchases

backports.shutil_which 3.5.2 Image
backports.shutil_which 3.5.2 Images
Add to Cart

Description:

backports.shutil which 3.5.2

Use Python 3 shutil.which on Python 2:
try:
from shutil import which
except ImportError:
from backports.shutil_which import which

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.