Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blockfrost/blockfrost-python
/ to_dict
Method
to_dict
blockfrost/utils.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
28
class
Namespace(SimpleNamespace):
29
def
to_dict(self):
30
return
self.__dict__
31
32
def
to_json(self):
33
return
json.dumps(self.to_dict())
Callers
1
to_json
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected