| Home | Trees | Indices | Help |
|---|
|
|
|
|||
| Matcher | |||
|
FactoryMatcher Imagine an abstract property called 'factory' below. |
|||
|
MatcherTypeException Used to flag problems related to matcher types. |
|||
|
Relations Some kind of parent/child management for wrapped classes that I no longer understand, but which appears to be used and working (it doesn't look like rocket science, but until it breaks I don't care enough to know more...) |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_Matcher = ABCMeta('_Matcher', (object,), {})ABC used to identify matchers. |
|||
_FactoryMatcher = ABCMeta('_FactoryMatcher', (object,), {})ABC used to identify factory matchers (have a property factory that identifies the matcher they generate). |
|||
|
|||
_MatcherABC used to identify matchers. Note that graph traversal assumes subclasses are hashable and iterable.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:50 2012 | http://epydoc.sourceforge.net |