D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
python35
/
lib
/
python3.5
/
site-packages
/
pip
/
_internal
/
models
/
Filename :
scheme.py
back
Copy
""" For types associated with installation schemes. For a general overview of available schemes and their context, see https://docs.python.org/3/install/index.html#alternate-installation. """ class Scheme(object): """A Scheme holds paths which are used as the base directories for artifacts associated with a Python package. """ def __init__( self, platlib, # type: str purelib, # type: str headers, # type: str scripts, # type: str data, # type: str ): self.platlib = platlib self.purelib = purelib self.headers = headers self.scripts = scripts self.data = data
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
April 29 2020 6:57:11
root
0755
__init__.py
0.062
KB
April 29 2020 6:57:10
root
0755
candidate.py
1.123
KB
April 29 2020 6:57:10
root
0755
direct_url.py
6.738
KB
April 29 2020 6:57:10
root
0755
format_control.py
2.61
KB
April 29 2020 6:57:10
root
0755
index.py
1.035
KB
April 29 2020 6:57:10
root
0755
link.py
7.131
KB
April 29 2020 6:57:10
root
0755
scheme.py
0.663
KB
April 29 2020 6:57:10
root
0755
search_scope.py
4.602
KB
April 29 2020 6:57:10
root
0755
selection_prefs.py
1.863
KB
April 29 2020 6:57:10
root
0755
target_python.py
3.752
KB
April 29 2020 6:57:10
root
0755
wheel.py
2.707
KB
April 29 2020 6:57:10
root
0755
2017 © D7net | D704T team