Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ajalt/fuckitpy
/ broken_function
Function
broken_function
example.py:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
@fuckit
6
def
broken_function():
7
non_existant_variable
# Let's create a NameError
8
return
'Function decorator works'
9
10
@fuckit
11
class
BrokenClass(object):
Callers
1
example.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected