/
/
opt
/
alt
/
python34
/
lib
/
python3.4
/
site-packages
/
setuptools
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/opt/alt/python34/lib/python3.4/site-packages/setuptools
Edit:
/opt/alt/python34/lib/python3.4/site-packages/setuptools/py27compat.py
""" Compatibility Support for Python 2.7 and earlier """ import sys def get_all_headers(message, key): """ Given an HTTPMessage, return all headers matching a given key. """ return message.get_all(key) if sys.version_info < (3,): def get_all_headers(message, key): return message.getheaders(key)
Ukuran: 306 B