Part of twisted.scripts View Source
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 55 | Function | loadLocalVariables | Accepts a filename and attempts to load the Emacs variable declarations |
| 72 | Function | getTestModules | Undocumented |
| 79 | Function | isTestFile | Returns true if 'filename' looks like a file containing unit tests. |
| 91 | Class | Options | No class docstring; 8/14 methods documented |
| 347 | Function | run | Undocumented |
| 30 | Function | _parseLocalVariables | Accepts a single line in Emacs local variable declaration format and |
| 88 | Function | _zshReporterAction | Undocumented |
| 304 | Function | _initialDebugSetup | Undocumented |
| 312 | Function | _getSuite | Undocumented |
| 318 | Function | _getLoader | Undocumented |
| 330 | Function | _makeRunner | Undocumented |
Accepts a single line in Emacs local variable declaration format and returns a dict of all the variables {name: value}. Raises ValueError if 'line' is in the wrong format.
See http://www.gnu.org/software/emacs/manual/html_node/File-Variables.htmlAccepts a filename and attempts to load the Emacs variable declarations from that file, simulating what Emacs does.
See http://www.gnu.org/software/emacs/manual/html_node/File-Variables.html