Public Member Functions | |
def | __init__ |
def | URLForID |
def | Get |
def | Load |
Data Fields | |
name | |
url_pattern | |
type | |
id_transform |
A remote repository represents a structural database accessible through the internet, e.g. the PDB or SWISS-MODEL template library.
Definition at line 25 of file remote.py.
def __init__ | ( | self, | ||
name, | ||||
url_pattern, | ||||
type, | ||||
id_transform = 'upper' | ||||
) |