MCPcopy Create free account
hub / github.com/TeXworks/texworks / PythonScript

Method PythonScript

plugins-src/TWPythonPlugin/PythonScript.h:50–51  ·  view source on GitHub ↗

\brief Constructor * * Does nothing */

Source from the content-addressed store, hash-verified

48 * Does nothing
49 */
50 PythonScript(PythonScriptInterface * interface, const QString& fileName)
51 : Script(interface, fileName) { }
52
53 /** \brief Parse the script header
54 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected