Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/python/function-header-comments.txt
2021-04-07 19:25:18 -04:00

11 lines
120 B
Plaintext
Vendored

def foo(
bar, # commment
):
pass
class Foo(collections.namedtuple('Test'), (
'name', # comment
)):
pass