Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiny-pilot/tinypilot
/ raise_exception
Function
raise_exception
app/execute_test.py:36–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
def
raise_exception():
37
raise
Exception(
'Child exception'
)
38
39
40
def
return_string():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected