Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/data-apis/python-record-api
/ json
Method
json
record_api/apis.py:82–83 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
80
return
self
81
82
def
json(self, **kwargs) -> str:
83
return
super().json(exclude_none=True, skip_defaults=True, **kwargs)
84
85
86
class
Module(BaseModel):
Callers
2
__main__
Function · 0.95
__main__
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected