chroma/lexers/testdata/python2/test_cls_builtin.actual

5 lines
69 B
Text
Raw Normal View History

2025-03-22 20:46:00 +13:00
class TestClass():
@classmethod
def hello(cls):
pass