5 '''With a nice printout, and functions to investigate the path and filters in the trigger object.''' 8 '''Returns true if this trigger object was used in path 9 (path can contain a wildcard). 11 selNames = fnmatch.filter( self.getSelectionNames(), path )
18 base = super(TriggerObject, self).
__str__()
21 for name
in self.getSelectionNames():
22 hasSel = self.getSelection( name )
24 specific.append(
''.
join([
'\t', name]) )
26 specific.insert(0,
'Paths:')
27 theStrs.extend( specific )
28 return '\n'.
join(theStrs)
static std::string join(char **cmd)