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

Public Member Functions

def __init__ (self, file_path, handle_style_error)
 
def check (self, lines)
 

Detailed Description

Checks there are not single quotes in source.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.js.SingleQuoteChecker.__init__ (   self,
  file_path,
  handle_style_error 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.js.SingleQuoteChecker.check (   self,
  lines 
)

The documentation for this class was generated from the following file: