MCPcopy Index your code
hub / github.com/prometheus/client_python / setUp

Method setUp

tests/test_aiohttp.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26class AioHTTPTest(AioHTTPTestCase):
27 @skipUnless(AIOHTTP_INSTALLED, "AIOHTTP is not installed")
28 def setUp(self) -> None:
29 self.registry = CollectorRegistry()
30
31 async def get_application(self) -> web.Application:
32 app = web.Application()

Callers

nothing calls this directly

Calls 1

CollectorRegistryClass · 0.90

Tested by

no test coverage detected