| Public Member Functions | |
| def | __init__ (self) | 
| Initializer.  More... | |
| def | add_chunk (self, chunk) | 
| Add chunk.  More... | |
| def | apply (self, filename) | 
| Apply function.  More... | |
| def | chunks (self) | 
| Get the chunks.  More... | |
| def | set_dst (self, dst) | 
| Set destination.  More... | |
| def | set_src (self, src) | 
| Set source.  More... | |
| def | write (self, f) | 
| Write to file.  More... | |
| Private Attributes | |
| __chunks | |
| chunks  More... | |
| __dst | |
| destination  More... | |
| __src | |
| source  More... | |
Patch class.
Definition at line 309 of file check-style.py.
| def check-style.Patch.__init__ | ( | self | ) | 
Initializer.
| self | The current class | 
Definition at line 316 of file check-style.py.
| def check-style.Patch.add_chunk | ( | self, | |
| chunk | |||
| ) | 
Add chunk.
| self | this object | 
| chunk | chunk | 
Definition at line 324 of file check-style.py.
References check-style.Patch.__chunks.
| def check-style.Patch.apply | ( | self, | |
| filename | |||
| ) | 
Apply function.
| self | The current class | 
| filename | file name | 
Definition at line 351 of file check-style.py.
| def check-style.Patch.chunks | ( | self | ) | 
Get the chunks.
| self | The current class | 
Definition at line 331 of file check-style.py.
References check-style.Patch.__chunks.
| def check-style.Patch.set_dst | ( | self, | |
| dst | |||
| ) | 
Set destination.
| self | this object | 
| dst | destintion | 
Definition at line 344 of file check-style.py.
References check-style.Patch.__dst.
| def check-style.Patch.set_src | ( | self, | |
| src | |||
| ) | 
Set source.
| self | this object | 
| src | source | 
Definition at line 337 of file check-style.py.
References check-style.Patch.__src.
| def check-style.Patch.write | ( | self, | |
| f | |||
| ) | 
Write to file.
| self | The current class | 
| f | the file | 
Definition at line 359 of file check-style.py.
Referenced by visualizer.ipython_view.IPythonView.onKeyPressExtend().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
chunks
Definition at line 323 of file check-style.py.
Referenced by check-style.Patch.add_chunk(), and check-style.Patch.chunks().
| 
 | private | 
destination
Definition at line 322 of file check-style.py.
Referenced by check-style.Patch.set_dst().
| 
 | private |