MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / to_obj

Method to_obj

tools/meta_codegen/framework/scheme.py:749–752  ·  view source on GitHub ↗
(dict: Dict)

Source from the content-addressed store, hash-verified

747
748 @staticmethod
749 def to_obj(dict: Dict) -> object:
750 result = ObjDictTools()
751 result.__dict__.update(dict)
752 return result
753
754 @staticmethod
755 def to_dict(obj: object) -> Dict:

Callers

nothing calls this directly

Calls 2

ObjDictToolsClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected