Home
last modified time | relevance | path

Searched refs:dct (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/loggers/
Dbluetooth_metric_logger.py27 def recursive_assign(proto, dct): argument
30 if metric in dct:
31 if (isinstance(dct[metric], dict) and
33 recursive_assign(getattr(proto, metric), dct[metric])
35 setattr(proto, metric, dct[metric])