Let us walk on the 3-isogeny graph
|
Public Member Functions | |
__init__ (self, path) | |
has_metadata (self, name) | |
get_metadata (self, name) | |
get_metadata_lines (self, name) | |
![]() | |
get_resource_filename (self, manager, resource_name) | |
get_resource_stream (self, manager, resource_name) | |
get_resource_string (self, manager, resource_name) | |
has_resource (self, resource_name) | |
resource_isdir (self, resource_name) | |
metadata_isdir (self, name) | |
resource_listdir (self, resource_name) | |
metadata_listdir (self, name) | |
run_script (self, script_name, namespace) | |
Data Fields | |
path | |
![]() | |
module_path | |
Protected Member Functions | |
_get_metadata_path (self, name) | |
_warn_on_replacement (self, metadata) | |
![]() | |
_get (self, path) | |
_listdir (self, path) | |
![]() | |
_has (self, path) | |
_isdir (self, path) | |
_fn (self, base, resource_name) | |
Additional Inherited Members | |
![]() | |
module_path = None | |
![]() | |
egg_name = None | |
egg_info = None | |
loader = None | |
![]() | |
_validate_resource_path (path) | |
![]() | |
False | _isdir = lambda self, path |
Metadata handler for standalone PKG-INFO files Usage:: metadata = FileMetadata("/path/to/PKG-INFO") This provider rejects all data and metadata requests except for PKG-INFO, which is treated as existing, and will be the contents of the file at the provided location.
Definition at line 1979 of file __init__.py.
__init__ | ( | self, | |
path | |||
) |
Reimplemented from EmptyProvider.
Definition at line 1991 of file __init__.py.
Referenced by Protocol.__init_subclass__().
|
protected |
Reimplemented from NullProvider.
Definition at line 1994 of file __init__.py.
|
protected |
Definition at line 2009 of file __init__.py.
get_metadata | ( | self, | |
name | |||
) |
Reimplemented from NullProvider.
Definition at line 2000 of file __init__.py.
Referenced by InMemoryMetadata.get_metadata_lines().
get_metadata_lines | ( | self, | |
name | |||
) |
Reimplemented from NullProvider.
Definition at line 2016 of file __init__.py.
has_metadata | ( | self, | |
name | |||
) |
Reimplemented from NullProvider.
Definition at line 1997 of file __init__.py.
path |
Definition at line 1992 of file __init__.py.
Referenced by InstalledDistribution.__eq__(), EggInfoDistribution.__eq__(), DistributionPath._yield_distributions(), _Cache.add(), InstalledDistribution.check_installed_files(), EggInfoDistribution.check_installed_files(), _Cache.clear(), Link.filename(), InstalledDistribution.get_distinfo_file(), InstalledDistribution.get_distinfo_resource(), InstalledDistribution.list_distinfo_files(), EggInfoDistribution.list_distinfo_files(), EggInfoDistribution.list_installed_files(), Url.request_uri(), InstalledDistribution.shared_locations(), Link.splitext(), InstalledDistribution.write_installed_files(), and InstalledDistribution.write_shared_locations().