MCPcopy 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
86class Module(BaseModel):

Callers 2

__main__Function · 0.95
__main__Function · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected