webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
amalgamate.AmalgamationFile Class Reference

Public Member Functions

def __init__ (self, top_dir)
 
def add_text (self, text)
 
def add_file (self, relative_input_path, wrap_in_comment=False)
 
def get_value (self)
 
def write_to (self, output_path)
 

Public Attributes

 top_dir
 
 blocks
 

Constructor & Destructor Documentation

◆ __init__()

def amalgamate.AmalgamationFile.__init__ (   self,
  top_dir 
)

Member Function Documentation

◆ add_file()

def amalgamate.AmalgamationFile.add_file (   self,
  relative_input_path,
  wrap_in_comment = False 
)

◆ add_text()

def amalgamate.AmalgamationFile.add_text (   self,
  text 
)

◆ get_value()

def amalgamate.AmalgamationFile.get_value (   self)

◆ write_to()

def amalgamate.AmalgamationFile.write_to (   self,
  output_path 
)

Member Data Documentation

◆ blocks

amalgamate.AmalgamationFile.blocks

◆ top_dir

amalgamate.AmalgamationFile.top_dir

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