LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst.datarel.datasetScanner._PathComponent Class Reference
Inheritance diagram for lsst.datarel.datasetScanner._PathComponent:

Public Member Functions

def __init__
 

Public Attributes

 keys
 
 regex
 
 simple
 

Detailed Description

A single component (directory or file) of a path template. The
following attributes are provided:

keys
    List of key names first occurring in this path component.

regex
    Compiled regular expression identifying matches to this path
    component unless simple is True; in that case, regex is just
    a string literal

simple
    True if regex is a simple string literal rather than a pattern.
    In this case, keys will always by None or [].

Definition at line 184 of file datasetScanner.py.

Constructor & Destructor Documentation

def lsst.datarel.datasetScanner._PathComponent.__init__ (   self,
  keys,
  regex,
  simple 
)

Member Data Documentation

lsst.datarel.datasetScanner._PathComponent.keys

Definition at line 201 of file datasetScanner.py.

lsst.datarel.datasetScanner._PathComponent.regex

Definition at line 202 of file datasetScanner.py.

lsst.datarel.datasetScanner._PathComponent.simple

Definition at line 203 of file datasetScanner.py.


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