MCPcopy
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
6def broken_function():
7 non_existant_variable # Let's create a NameError
8 return 'Function decorator works'
9
10@fuckit
11class BrokenClass(object):

Callers 1

example.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected