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

Method __init__

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

Source from the content-addressed store, hash-verified

305
306class SimpleStringCollector(cst.CSTVisitor):
307 def __init__(self):
308 super().__init__()
309 self._strings = []
310
311 @property
312 def strings(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected