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

Method __init__

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

Source from the content-addressed store, hash-verified

464
465class CstVisitorBase(cst.CSTVisitor, CstMethods, abc.ABC):
466 def __init__(self):
467 super().__init__()
468 self.visit_class_name = []
469
470 def visit_ClassDef(self, node: cst.ClassDef):
471 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