MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / my_class_method

Method my_class_method

src/different_methods.py:19–21  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

17
18 @classmethod
19 def my_class_method(cls):
20 print("my_class_method called, access to class variables via 'cls', no instance variables")
21 print(f"{cls.count=}")
22
23 @staticmethod
24 def my_static_method():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected