OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
RemoteRepository Class Reference

Public Member Functions

def __init__
 
def URLForID
 
def Get
 
def Load
 

Data Fields

 name
 
 url_pattern
 
 type
 
 id_transform
 

Detailed Description

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.

Constructor & Destructor Documentation

def __init__ (   self,
  name,
  url_pattern,
  type,
  id_transform = 'upper' 
)

Definition at line 30 of file remote.py.

Member Function Documentation

def Get (   self,
  id 
)

Definition at line 45 of file remote.py.

def Load (   self,
  id 
)

Definition at line 68 of file remote.py.

def URLForID (   self,
  id 
)

Definition at line 38 of file remote.py.

Field Documentation

id_transform

Definition at line 36 of file remote.py.

name

Definition at line 31 of file remote.py.

type

Definition at line 33 of file remote.py.

url_pattern

Definition at line 32 of file remote.py.


The documentation for this class was generated from the following file: