Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ bar
Method
bar
src/9/defining_decorators_as_classes/example3.py:35–36 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
33
class
Spam:
34
@profiled
35
def
bar(self, x):
36
print(self, x)
37
38
@timethis
39
@profiled
Callers
1
example3.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected