|
|
|
|
|
property_names(self)
Get the list of all available property names from the tree (not
contains client side props) |
source code
|
|
|
|
|
|
|
data_creation_timestamp(self)
Get data file creation timestamp. |
source code
|
|
|
|
put_properties(self,
user_agent,
stock_user_agents,
client_side_properties=None)
Get properties from tree walk/ua/client-side and put them in the
tree.properties |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| __seek_properties(self,
node,
string,
props_to_vals,
matched,
regex_rules,
sought=None) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
MIN_JSON_VERSION = 0.7
|
|
|
MAP_INITIAL_CAPACITY = 100
|
|
|
KEY_DEVICE_ID = 'iid'
|
|
|
KEY_META = '$'
|
|
|
KEY_META_VERSION = 'Ver'
|
|
|
KEY_META_REVISION = 'Rev'
|
|
|
KEY_META_TIMESTAMP = 'Utc'
|
|
|
KEY_PROPERTY_NAMES = 'p'
|
|
|
KEY_VALUES = 'v'
|
|
|
KEY_REGEX = 'r'
|
|
|
KEY_COMPILED_REGEX = 'creg'
|
|
|
KEY_HEADERS = 'h'
|
|
|
KEY_UA_STOCK_HEADERS = 'sl'
|
|
|
KEY_MAIN = 't'
|
|
|
KEY_DATA = 'd'
|
|
|
KEY_CHILDREN = 'c'
|
|
|
KEY_MASKED = 'm'
|
|
|
properties = None
hash(x)
|
|
|
tree = None
hash(x)
|
|
|
data_revision = None
hash(x)
|
|
|
stock_ua_headers = []
|
|
|
__config = None
hash(x)
|
|
|
__ua_props = None
hash(x)
|
|
|
__client_props = None
hash(x)
|
|
|
__device_id_prop_name_id = None
hash(x)
|