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

Method __init__

scripts/openapi.py:482–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

480
481class CstTransformerBase(cst.CSTTransformer, CstMethods, abc.ABC):
482 def __init__(self):
483 super().__init__()
484 self.visit_class_name = []
485
486 def visit_ClassDef(self, node: cst.ClassDef):
487 self.visit_class_name.append(node.name.value)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected