update inbox list
This commit is contained in:
12
vendor/scrivo/highlight.php/test/detect/python/default.txt
vendored
Normal file
12
vendor/scrivo/highlight.php/test/detect/python/default.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
@requires_authorization
|
||||
def somefunc(param1='', param2=0):
|
||||
r'''A docstring'''
|
||||
if param1 > param2: # interesting
|
||||
print 'Gre\'ater'
|
||||
return (param2 - param1 + 1 + 0b10l) or None
|
||||
|
||||
class SomeClass:
|
||||
pass
|
||||
|
||||
>>> message = '''interpreter
|
||||
... prompt'''
|
||||
Reference in New Issue
Block a user