MCPcopy Create free account
hub / github.com/google-deepmind/chex / write

Method write

docs/ext/coverage_check.py:65–66  ·  view source on GitHub ↗
(self, *ignored: Any)

Source from the content-addressed store, hash-verified

63 return 'coverage_check'
64
65 def write(self, *ignored: Any) -> None:
66 pass
67
68 def finish(self) -> None:
69 documented_objects = frozenset(self.env.domaindata['py']['objects'])

Callers 1

_add_annotations_importFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected