lsst.obs.base
19.0.0-56-g64d9981
|
Public Member Functions | |
def | __init__ (self) |
def | addRegexTerm (self, str regex) |
def | addSubstitutionTerm (self, str template) |
re.Pattern | format (self, dict dataId) |
FormattableRegEx | simplify (self) |
An implementation of `FormattableRegEx` formed from a concatenation of actual regular terms and %-style format strings.
def lsst.obs.base.gen2to3.repoWalker.parser.SubstitutableRegEx.__init__ | ( | self | ) |
def lsst.obs.base.gen2to3.repoWalker.parser.SubstitutableRegEx.addRegexTerm | ( | self, | |
str | regex | ||
) |
def lsst.obs.base.gen2to3.repoWalker.parser.SubstitutableRegEx.addSubstitutionTerm | ( | self, | |
str | template | ||
) |
re.Pattern lsst.obs.base.gen2to3.repoWalker.parser.SubstitutableRegEx.format | ( | self, | |
dict | dataId | ||
) |
FormattableRegEx lsst.obs.base.gen2to3.repoWalker.parser.SubstitutableRegEx.simplify | ( | self | ) |