Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ paths_of_dict
Method
paths_of_dict
github/PaginatedList.py:493–494 ·
view source on GitHub ↗
(cls, d: dict)
Source
from the content-addressed store, hash-verified
491
492
@classmethod
493
def
paths_of_dict(cls, d: dict) -> dict:
494
return
{key: cls.paths_of_dict(val)
if
isinstance(val, dict)
else
None
for
key, val in d.items()}
Callers
2
_get_graphql_pagination
Method · 0.95
_getPage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected