MCPcopy Index your code
hub / github.com/microsoft/SkillOpt / get

Method get

skillopt_sleep/config.py:77–78  ·  view source on GitHub ↗
(self, key: str, default: Any = None)

Source from the content-addressed store, hash-verified

75 raise AttributeError(name)
76
77 def get(self, key: str, default: Any = None) -> Any:
78 return self.data.get(key, default)
79
80 def to_dict(self) -> Dict[str, Any]:
81 return dict(self.data)

Callers 15

build_training_envFunction · 0.80
validate_training_configFunction · 0.80
scan_outputsFunction · 0.80
is_structuredFunction · 0.80
flatten_configFunction · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
from_dictMethod · 0.80
_hardFunction · 0.80

Calls

no outgoing calls