update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/python/function-header-comments.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/python/function-header-comments.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
def foo(
|
||||
bar, # commment
|
||||
):
|
||||
pass
|
||||
|
||||
|
||||
class Foo(collections.namedtuple('Test'), (
|
||||
'name', # comment
|
||||
)):
|
||||
pass
|
||||
Reference in New Issue
Block a user