MCPcopy Create free account
hub / github.com/pollinations/pollinations / __init__

Method __init__

apps/polly/src/services/github_graphql.py:18–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class GitHubGraphQL:
18 def __init__(self):
19 self._session: aiohttp.ClientSession | None = None
20 self._connector: aiohttp.TCPConnector | None = None
21 self._cache = TTLCache(maxsize=512, ttl=CACHE_TTL)
22
23 @property
24 def owner(self) -> str:

Callers

nothing calls this directly

Calls 1

TTLCacheClass · 0.85

Tested by

no test coverage detected