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

Class Property

scripts/openapi.py:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299@dataclasses.dataclass(frozen=True)
300class Property:
301 name: str
302 data_type: PythonType | GithubClass | None
303 deprecated: bool
304
305
306class SimpleStringCollector(cst.CSTVisitor):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…