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