mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 04:44:29 +08:00
16 lines
146 B
Python
16 lines
146 B
Python
# Okay
|
|
# 情
|
|
#: W291:5
|
|
print
|
|
|
|
|
|
#: W291+1
|
|
class Foo(object):
|
|
|
|
bang = 12
|
|
|
|
|
|
#: W291+1:34
|
|
'''multiline
|
|
string with trailing whitespace'''
|