Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_subprocess
Function · 0.45
tokenize
Method · 0.45
_custom_replace
Function · 0.45
run_test_in_subprocess
Function · 0.45
startup
Function · 0.45
run_bencmarks_and_collate
Method · 0.45
Calls
no outgoing calls
Tested by
2
run_test_in_subprocess
Function · 0.36
run_test_in_subprocess
Function · 0.36