|
IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
An individual file or directory. More...
Inheritance diagram for IMP.pmi.metadata.FileLocation:An individual file or directory.
This may be in a repository (if repo is not None) or only on the local disk (if repo is None).
Definition at line 166 of file metadata.py.
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def IMP.pmi.metadata.FileLocation.__init__ | ( | self, | |
| path, | |||
repo = None, |
|||
details = None |
|||
| ) |
Constructor.
| path | the location of the file or directory. |
| repo | a Repository object that describes the repository containing the file (if any). |
Definition at line 171 of file metadata.py.