Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py259 class_map = {
267 if cls not in class_map:
270 return class_map[cls]
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py1114 class_map = {
1158 if cls not in class_map:
1160 if sub not in class_map[cls]:
1165 return class_map[cls][sub]
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py539 class_map = { variable in Everything
638 self.events = [self.class_map[x["type"]](**x) for x in a]