A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
check-style.Patch Class Reference

Public Member Functions

def __init__
 
def add_chunk
 
def apply
 
def chunks
 
def set_dst
 
def set_src
 
def write
 

Private Attributes

 __chunks
 
 __dst
 
 __src
 

Detailed Description

Definition at line 199 of file check-style.py.

Constructor & Destructor Documentation

def check-style.Patch.__init__ (   self)

Definition at line 200 of file check-style.py.

Member Function Documentation

def check-style.Patch.add_chunk (   self,
  chunk 
)

Definition at line 204 of file check-style.py.

def check-style.Patch.apply (   self,
  filename 
)

Definition at line 212 of file check-style.py.

def check-style.Patch.chunks (   self)

Definition at line 206 of file check-style.py.

References check-style.Patch.__chunks.

def check-style.Patch.set_dst (   self,
  dst 
)

Definition at line 210 of file check-style.py.

References check-style.Patch.__dst.

def check-style.Patch.set_src (   self,
  src 
)

Definition at line 208 of file check-style.py.

References check-style.Patch.__src.

def check-style.Patch.write (   self,
  f 
)

Member Data Documentation

check-style.Patch.__chunks
private

Definition at line 203 of file check-style.py.

Referenced by check-style.Patch.chunks().

check-style.Patch.__dst
private

Definition at line 202 of file check-style.py.

Referenced by check-style.Patch.set_dst().

check-style.Patch.__src
private

Definition at line 201 of file check-style.py.

Referenced by check-style.Patch.set_src().


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