Let us walk on the 3-isogeny graph
|
Public Member Functions | |
has_metadata (name) | |
get_metadata (name) | |
get_metadata_lines (name) | |
metadata_isdir (name) | |
metadata_listdir (name) | |
run_script (script_name, namespace) | |
Definition at line 549 of file __init__.py.
get_metadata | ( | name | ) |
The named metadata resource as a string
Definition at line 553 of file __init__.py.
Referenced by InMemoryMetadata.get_metadata_lines().
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.
Definition at line 556 of file __init__.py.
has_metadata | ( | name | ) |
Does the package's distribution contain the named metadata?
Definition at line 550 of file __init__.py.
metadata_isdir | ( | name | ) |
Is the named metadata a directory? (like ``os.path.isdir()``)
Definition at line 562 of file __init__.py.
metadata_listdir | ( | name | ) |
List of metadata names in the directory (like ``os.listdir()``)
Definition at line 565 of file __init__.py.
run_script | ( | script_name, | |
namespace | |||
) |
Execute the named script in the supplied namespace dictionary
Definition at line 568 of file __init__.py.