webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.style.checkers.python.Pylinter Class Reference
Inheritance diagram for webkitpy.style.checkers.python.Pylinter:

Public Member Functions

def __init__ (self)
 
def run (self, argv)
 

Static Public Attributes

list FALSE_POSITIVES
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.python.Pylinter.__init__ (   self)

Member Function Documentation

◆ run()

def webkitpy.style.checkers.python.Pylinter.run (   self,
  argv 
)

Member Data Documentation

◆ FALSE_POSITIVES

list webkitpy.style.checkers.python.Pylinter.FALSE_POSITIVES
static
Initial value:
= [
# possibly http://www.logilab.org/ticket/98613 ?
"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: