MCPcopy Index your code
hub / github.com/huggingface/diffusers / start

Method start

examples/server/server.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 session: aiohttp.ClientSession = None
31
32 def start(self):
33 self.session = aiohttp.ClientSession()
34
35 async def stop(self):
36 await self.session.close()

Callers 6

run_test_in_subprocessFunction · 0.45
tokenizeMethod · 0.45
_custom_replaceFunction · 0.45
run_test_in_subprocessFunction · 0.45
startupFunction · 0.45

Calls

no outgoing calls

Tested by 2

run_test_in_subprocessFunction · 0.36
run_test_in_subprocessFunction · 0.36