##// END OF EJS Templates
check-code: forbid mutable value for default argument...
check-code: forbid mutable value for default argument default value are common to all call. Using mutable value is a classical source of bug in Python. We forbid it. The regexp (Courtesy of Matt Mackall) is only catching such value on the first line of a definition, but that will be good enough for now.

File last commit:

r1360:7d439981 default
r26348:b80b2ee7 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder