Public Member Functions | |
def | __init__ |
def | append_to_line |
def | is_dst |
def | is_src |
def | line |
def | set_both |
def | set_dst |
def | set_src |
def | write |
Static Public Attributes | |
int | BOTH = 3 |
int | DST = 2 |
int | SRC = 1 |
Private Attributes | |
__line | |
__type | |
Definition at line 133 of file check-style.py.
def check-style.PatchChunkLine.__init__ | ( | self | ) |
Definition at line 137 of file check-style.py.
def check-style.PatchChunkLine.append_to_line | ( | self, | |
s | |||
) |
Definition at line 149 of file check-style.py.
References check-style.PatchChunkLine.__line.
def check-style.PatchChunkLine.is_dst | ( | self | ) |
Definition at line 155 of file check-style.py.
References check-style.PatchChunkLine.__type, check-style.PatchChunkLine.BOTH, and check-style.PatchChunkLine.DST.
def check-style.PatchChunkLine.is_src | ( | self | ) |
Definition at line 153 of file check-style.py.
References check-style.PatchChunkLine.__type, check-style.PatchChunkLine.BOTH, and check-style.PatchChunkLine.SRC.
def check-style.PatchChunkLine.line | ( | self | ) |
Definition at line 151 of file check-style.py.
References check-style.PatchChunkLine.__line.
def check-style.PatchChunkLine.set_both | ( | self, | |
line | |||
) |
Definition at line 146 of file check-style.py.
References check-style.PatchChunkLine.__line, check-style.PatchChunkLine.__type, and check-style.PatchChunkLine.BOTH.
def check-style.PatchChunkLine.set_dst | ( | self, | |
line | |||
) |
Definition at line 143 of file check-style.py.
References check-style.PatchChunkLine.__line, check-style.PatchChunkLine.__type, and check-style.PatchChunkLine.DST.
def check-style.PatchChunkLine.set_src | ( | self, | |
line | |||
) |
Definition at line 140 of file check-style.py.
References check-style.PatchChunkLine.__line, check-style.PatchChunkLine.__type, and check-style.PatchChunkLine.SRC.
def check-style.PatchChunkLine.write | ( | self, | |
f | |||
) |
Definition at line 157 of file check-style.py.
References check-style.PatchChunkLine.__line, check-style.PatchChunkLine.__type, check-style.PatchChunkLine.BOTH, check-style.PatchChunkLine.DST, and check-style.PatchChunkLine.SRC.
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 139 of file check-style.py.
Referenced by check-style.PatchChunkLine.append_to_line(), check-style.PatchChunkLine.line(), check-style.PatchChunkLine.set_both(), check-style.PatchChunkLine.set_dst(), check-style.PatchChunkLine.set_src(), and check-style.PatchChunkLine.write().
|
private |
Definition at line 138 of file check-style.py.
Referenced by check-style.PatchChunkLine.is_dst(), check-style.PatchChunkLine.is_src(), check-style.PatchChunkLine.set_both(), check-style.PatchChunkLine.set_dst(), check-style.PatchChunkLine.set_src(), and check-style.PatchChunkLine.write().
|
static |
Definition at line 136 of file check-style.py.
Referenced by check-style.PatchChunkLine.is_dst(), check-style.PatchChunkLine.is_src(), check-style.PatchChunkLine.set_both(), and check-style.PatchChunkLine.write().
|
static |
Definition at line 135 of file check-style.py.
Referenced by check-style.PatchChunkLine.is_dst(), check-style.PatchChunkLine.set_dst(), and check-style.PatchChunkLine.write().
|
static |
Definition at line 134 of file check-style.py.
Referenced by check-style.PatchChunkLine.is_src(), check-style.PatchChunkLine.set_src(), and check-style.PatchChunkLine.write().