Stylesheet-like matching rule
Methods
|
|
__contains__
__eq__
__hash__
includesRule
|
|
__contains__
|
__contains__ ( value )
Return true if rule "matches" value
|
|
__eq__
|
__eq__ ( other )
Rules must be comparable, so they can be dictionary keys
|
|
__hash__
|
__hash__ ()
Rules must be hashable, so they can be dictionary keys
|
|
includesRule
|
includesRule ( otherRule )
Return true if values matching otherRule match this one
|
|