MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / class_method

Method class_method

Solutions/7_2/spam.py:10–11  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

8 @classmethod
9 @logged
10 def class_method(cls):
11 pass
12
13 @staticmethod
14 @logged

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected