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

Method as_obj

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

Source from the content-addressed store, hash-verified

737class ObjDictTools:
738 @staticmethod
739 def as_obj(dict: Dict) -> object:
740 result = ObjDictTools()
741 result.__dict__ = dict
742 return result
743
744 @staticmethod
745 def as_dict(obj: object) -> Dict:

Callers 1

generateFunction · 0.80

Calls 1

ObjDictToolsClass · 0.85

Tested by

no test coverage detected