MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / __init__

Method __init__

scripts/openapi.py:809–811  ·  view source on GitHub ↗
(self, keys: list[str])

Source from the content-addressed store, hash-verified

807
808class DictKeyCollector(cst.CSTVisitor):
809 def __init__(self, keys: list[str]):
810 super().__init__()
811 self.keys = keys
812
813 def visit_DictElement_key(self, node: cst.DictElement):
814 self.keys.append(node.key.value.strip('"'))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected