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

Method _transformAttributes

github/PaginatedList.py:258–261  ·  view source on GitHub ↗
(self, element: dict[str, Any])

Source from the content-addressed store, hash-verified

256 return not self.is_rest
257
258 def _transformAttributes(self, element: dict[str, Any]) -> dict[str, Any]:
259 if self._attributesTransformer is None:
260 return element
261 return self._attributesTransformer(element)
262
263 @property
264 def totalCount(self) -> int:

Callers 2

_getPageMethod · 0.95
get_pageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected