Public Member Functions | |
__init__ (self, regex, name, class_) | |
handles_type (self, str_type) | |
Data Fields | |
regex = re.compile(regex) | |
class_ = class_ | |
A GdbSubprinter that handles types that match a regex
gdbhooks.GdbSubprinterRegex.__init__ | ( | self, | |
regex, | |||
name, | |||
class_ ) |
References __init__().
Referenced by __init__().
gdbhooks.GdbSubprinterRegex.handles_type | ( | self, | |
str_type ) |
Reimplemented from gdbhooks.GdbSubprinter.
References fnfilter.regex, and regex.
|
inherited |
gdbhooks.GdbSubprinterRegex.regex = re.compile(regex) |
Referenced by handles_type().