IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
An individual file or directory. More...
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 167 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 172 of file metadata.py.