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

Class true

source code


Instance Methods
 
__init__(self) source code
 
accept(self, item) 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)
(Constructor)

source code 
Overrides: selector.__init__

accept(self, item)

source code 
Overrides: selector.accept