Package gmisclib :: Module g_selector :: Class selector_op
[frames] | no frames]

Class selector_op

source code


Instance Methods
 
__init__(self, l, op, r) source code
 
accept(self, x) source code
 
And(self, s) (Inherited from gmisclib.g_selector.selector) source code
 
Not(self) (Inherited from gmisclib.g_selector.selector) source code
 
Or(self, s) (Inherited from gmisclib.g_selector.selector) source code
 
and_another(self, txt) (Inherited from gmisclib.g_selector.selector) source code
 
filterlist(self, x) (Inherited from gmisclib.g_selector.selector) source code
 
leaf(self, txt) (Inherited from gmisclib.g_selector.selector) source code
 
or_another(self, txt) (Inherited from gmisclib.g_selector.selector) source code
 
select(self, txt) (Inherited from gmisclib.g_selector.selector) source code
Method Details

__init__(self, l, op, r)
(Constructor)

source code 
Overrides: selector.__init__

accept(self, x)

source code 
Overrides: selector.accept