...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/python2/test_cls_builtin.actual

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata/python2

     1class TestClass():
     2    @classmethod
     3    def hello(cls):
     4        pass

View as plain text