MCPcopy Index your code
hub / github.com/python/cpython / rows

Method rows

Doc/tools/extensions/audit_events.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return f"audit_event_{name_clean}_{source_count}"
75
76 def rows(self) -> Iterator[tuple[str, list[str], Set[tuple[str, str]]]]:
77 for name in sorted(self.events.keys()):
78 yield name, self.events[name], self.sources[name]
79
80
81def initialise_audit_events(app: Sphinx) -> None:

Callers 1

_make_tableMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected