IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.pmi.metadata.FileLocation Class Reference

An individual file or directory. More...

+ Inheritance diagram for IMP.pmi.metadata.FileLocation:

Detailed Description

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).

Note
This class is only available in Python.

Definition at line 166 of file metadata.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.metadata.FileLocation.__init__ (   self,
  path,
  repo = None,
  details = None 
)

Constructor.

Parameters
paththe location of the file or directory.
repoa Repository object that describes the repository containing the file (if any).

Definition at line 171 of file metadata.py.


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