Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
class
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
generate
Function · 0.80
Calls
1
ObjDictTools
Class · 0.85
Tested by
no test coverage detected