11 lines
120 B
Plaintext
Vendored
11 lines
120 B
Plaintext
Vendored
def foo(
|
|
bar, # commment
|
|
):
|
|
pass
|
|
|
|
|
|
class Foo(collections.namedtuple('Test'), (
|
|
'name', # comment
|
|
)):
|
|
pass
|