MCPcopy Index your code
hub / github.com/data-apis/python-record-api / body

Method body

record_api/apis.py:428–430  ·  view source on GitHub ↗
(self, indent: int)

Source from the content-addressed store, hash-verified

426 )
427
428 def body(self, indent: int) -> typing.Iterable[cst.BaseSmallStatement]:
429 yield cst.Expr(self.docstring(indent))
430 yield cst.Expr(cst.Ellipsis())
431
432 def docstring(self, indent: int) -> cst.BaseExpression:
433 i = " " * ((indent + 1) * 4)

Callers 1

function_defMethod · 0.95

Calls 1

docstringMethod · 0.95

Tested by

no test coverage detected