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

Public Member Functions

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

Public Attributes

 file_path
 
 handle_style_error
 

Detailed Description

Processes Xcode project file lines for checking style.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.xcodeproj.XcodeProjectFileChecker.__init__ (   self,
  file_path,
  handle_style_error 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.xcodeproj.XcodeProjectFileChecker.check (   self,
  lines 
)

Member Data Documentation

◆ file_path

webkitpy.style.checkers.xcodeproj.XcodeProjectFileChecker.file_path

◆ handle_style_error

webkitpy.style.checkers.xcodeproj.XcodeProjectFileChecker.handle_style_error

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