def pip._vendor.pkg_resources.IMetadataProvider.get_metadata |
( |
|
name | ) |
|
The named metadata resource as a string
def pip._vendor.pkg_resources.IMetadataProvider.get_metadata_lines |
( |
|
name | ) |
|
Yield named metadata resource as list of non-blank non-comment lines
Leading and trailing whitespace is stripped from each line, and lines
with ``#`` as the first non-blank character are omitted.
def pip._vendor.pkg_resources.IMetadataProvider.has_metadata |
( |
|
name | ) |
|
Does the package's distribution contain the named metadata?
def pip._vendor.pkg_resources.IMetadataProvider.metadata_isdir |
( |
|
name | ) |
|
Is the named metadata a directory? (like ``os.path.isdir()``)
def pip._vendor.pkg_resources.IMetadataProvider.metadata_listdir |
( |
|
name | ) |
|
List of metadata names in the directory (like ``os.listdir()``)
def pip._vendor.pkg_resources.IMetadataProvider.run_script |
( |
|
script_name, |
|
|
|
namespace |
|
) |
| |
Execute the named script in the supplied namespace dictionary
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.