Home
last modified time | relevance | path

Searched defs:load_from_dict (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/bumble/pandora/
Dconfig.py35 def load_from_dict(self, config: Dict[str, Any]) -> None: member in Config
/external/python/bumble/bumble/
Ddevice.py1297 def load_from_dict(self, config: Dict[str, Any]) -> None: member in DeviceConfiguration