◆ __init__()
def webkitpy.style.checkers.python.Pylinter.__init__ |
( |
|
self | ) |
|
◆ run()
def webkitpy.style.checkers.python.Pylinter.run |
( |
|
self, |
|
|
|
argv |
|
) |
| |
◆ FALSE_POSITIVES
list webkitpy.style.checkers.python.Pylinter.FALSE_POSITIVES |
|
static |
Initial value:= [
"Instance of 'Popen' has no 'poll' member",
"Instance of 'Popen' has no 'returncode' member",
"Instance of 'Popen' has no 'stdin' member",
"Instance of 'Popen' has no 'stdout' member",
"Instance of 'Popen' has no 'stderr' member",
"Instance of 'Popen' has no 'wait' member",
"Instance of 'Popen' has no 'pid' member",
]
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/style/checkers/python.py