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 | |
Definition at line 199 of file check-style.py.
def check-style.Patch.__init__ | ( | self | ) |
Definition at line 200 of file check-style.py.
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 | |||
) |
Definition at line 215 of file check-style.py.
Referenced by visualizer.ipython_view.ConsoleView.changeLine(), visualizer.ipython_view.IPythonView.keyPress(), visualizer.ipython_view.ConsoleView.showPrompt(), and visualizer.ipython_view.ConsoleView.showReturned().
|
private |
Definition at line 203 of file check-style.py.
Referenced by check-style.Patch.chunks().
|
private |
Definition at line 202 of file check-style.py.
Referenced by check-style.Patch.set_dst().
|
private |
Definition at line 201 of file check-style.py.
Referenced by check-style.Patch.set_src().