| Trees | Indices | Help | 
 | 
|---|
|  | 
    object --+    
             |    
matcher_base_t --+
                 |
                or_matcher_t
Combine several other matchers with "|".
For example: find all functions and variables with name 'XXX'
 matcher = variable_matcher_t( name='XXX' ) | calldef_matcher_t(
  name='XXX' ) 
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Method Details | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 08:51:05 2008 | http://epydoc.sourceforge.net |