|
|
__init__(self,
tree)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
put_properties(self,
client_side_properties,
properties)
Put Client Side properties into the property set. |
|
|
|
|
parse_client_side_properties(self,
client_side_properties,
properties)
Parse the client side properties and if typed values is set convert
the values to the appropriate type. |
|
|
|
|
|
|
|
_init_rule_sets(self,
group)
Prepare the rule set by extracting it from the current group and
wrapping it in a list. |
|
|
|
|
| __rules_to_run(self,
groups,
properties) |
|
|
|
|
| __check_properties_match(self,
property_matchers,
properties) |
|
|
|
|
| __compare_values(self,
detected_value,
expected_value,
operator,
type_prop_name) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|