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

Method _asdict

github/EnvironmentProtectionRuleReviewer.py:99–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 self.id = id_
98
99 def _asdict(self) -> dict:
100 return {
101 "type": self.type,
102 "id": self.id,
103 }

Callers 1

create_environmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected