Documentation/Source/eric5.Project.Project.html

changeset 945
8cd4d08fa9f6
parent 836
0dfd2eee5d34
child 1003
b81a77ac656a
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
615 <td>Public method to check, if the project uses the system eol setting.</td> 615 <td>Public method to check, if the project uses the system eol setting.</td>
616 </tr> 616 </tr>
617 </table> 617 </table>
618 <a NAME="Project.__init__" ID="Project.__init__"></a> 618 <a NAME="Project.__init__" ID="Project.__init__"></a>
619 <h4>Project (Constructor)</h4> 619 <h4>Project (Constructor)</h4>
620 <b>Project</b>(<i>parent = None, filename = None</i>) 620 <b>Project</b>(<i>parent=None, filename=None</i>)
621 <p> 621 <p>
622 Constructor 622 Constructor
623 </p><dl> 623 </p><dl>
624 <dt><i>parent</i></dt> 624 <dt><i>parent</i></dt>
625 <dd> 625 <dd>
647 <dd> 647 <dd>
648 target directory (string) 648 target directory (string)
649 </dd> 649 </dd>
650 </dl><a NAME="Project.__addSingleDirectory" ID="Project.__addSingleDirectory"></a> 650 </dl><a NAME="Project.__addSingleDirectory" ID="Project.__addSingleDirectory"></a>
651 <h4>Project.__addSingleDirectory</h4> 651 <h4>Project.__addSingleDirectory</h4>
652 <b>__addSingleDirectory</b>(<i>filetype, source, target, quiet = False</i>) 652 <b>__addSingleDirectory</b>(<i>filetype, source, target, quiet=False</i>)
653 <p> 653 <p>
654 Private method used to add all files of a single directory to the project. 654 Private method used to add all files of a single directory to the project.
655 </p><dl> 655 </p><dl>
656 <dt><i>filetype</i></dt> 656 <dt><i>filetype</i></dt>
657 <dd> 657 <dd>
684 </dd> 684 </dd>
685 </dl><a NAME="Project.__checkFilesExist" ID="Project.__checkFilesExist"></a> 685 </dl><a NAME="Project.__checkFilesExist" ID="Project.__checkFilesExist"></a>
686 <h4>Project.__checkFilesExist</h4> 686 <h4>Project.__checkFilesExist</h4>
687 <b>__checkFilesExist</b>(<i>index</i>) 687 <b>__checkFilesExist</b>(<i>index</i>)
688 <p> 688 <p>
689 Private method to check, if the files in a list exist. 689 Private method to check, if the files in a list exist.
690 </p><p> 690 </p><p>
691 The files in the indicated list are checked for existance in the 691 The files in the indicated list are checked for existance in the
692 filesystem. Non existant files are removed from the list and the 692 filesystem. Non existant files are removed from the list and the
693 dirty state of the project is changed accordingly. 693 dirty state of the project is changed accordingly.
694 </p><dl> 694 </p><dl>
748 <b>__deleteSession</b>(<i></i>) 748 <b>__deleteSession</b>(<i></i>)
749 <p> 749 <p>
750 Private method to delete the session file. 750 Private method to delete the session file.
751 </p><a NAME="Project.__doSearchNewFiles" ID="Project.__doSearchNewFiles"></a> 751 </p><a NAME="Project.__doSearchNewFiles" ID="Project.__doSearchNewFiles"></a>
752 <h4>Project.__doSearchNewFiles</h4> 752 <h4>Project.__doSearchNewFiles</h4>
753 <b>__doSearchNewFiles</b>(<i>AI = True, onUserDemand = False</i>) 753 <b>__doSearchNewFiles</b>(<i>AI=True, onUserDemand=False</i>)
754 <p> 754 <p>
755 Private method to search for new files in the project directory. 755 Private method to search for new files in the project directory.
756 </p><p> 756 </p><p>
757 If new files were found, it shows a dialog listing these files and 757 If new files were found, it shows a dialog listing these files and
758 gives the user the opportunity to select the ones he wants to 758 gives the user the opportunity to select the ones he wants to
803 <dd> 803 <dd>
804 reference to the action that triggered (QAction) 804 reference to the action that triggered (QAction)
805 </dd> 805 </dd>
806 </dl><a NAME="Project.__pluginCreateArchive" ID="Project.__pluginCreateArchive"></a> 806 </dl><a NAME="Project.__pluginCreateArchive" ID="Project.__pluginCreateArchive"></a>
807 <h4>Project.__pluginCreateArchive</h4> 807 <h4>Project.__pluginCreateArchive</h4>
808 <b>__pluginCreateArchive</b>(<i>snapshot = False</i>) 808 <b>__pluginCreateArchive</b>(<i>snapshot=False</i>)
809 <p> 809 <p>
810 Private slot to create an eric5 plugin archive. 810 Private slot to create an eric5 plugin archive.
811 </p><dl> 811 </p><dl>
812 <dt><i>snapshot</i></dt> 812 <dt><i>snapshot</i></dt>
813 <dd> 813 <dd>
838 <dd> 838 <dd>
839 version string (string) 839 version string (string)
840 </dd> 840 </dd>
841 </dl><a NAME="Project.__readDebugProperties" ID="Project.__readDebugProperties"></a> 841 </dl><a NAME="Project.__readDebugProperties" ID="Project.__readDebugProperties"></a>
842 <h4>Project.__readDebugProperties</h4> 842 <h4>Project.__readDebugProperties</h4>
843 <b>__readDebugProperties</b>(<i>quiet = False</i>) 843 <b>__readDebugProperties</b>(<i>quiet=False</i>)
844 <p> 844 <p>
845 Private method to read in the project debugger properties file (.e4d) 845 Private method to read in the project debugger properties file (.e4d)
846 </p><dl> 846 </p><dl>
847 <dt><i>quiet</i></dt> 847 <dt><i>quiet</i></dt>
848 <dd> 848 <dd>
864 <dd> 864 <dd>
865 flag indicating success 865 flag indicating success
866 </dd> 866 </dd>
867 </dl><a NAME="Project.__readSession" ID="Project.__readSession"></a> 867 </dl><a NAME="Project.__readSession" ID="Project.__readSession"></a>
868 <h4>Project.__readSession</h4> 868 <h4>Project.__readSession</h4>
869 <b>__readSession</b>(<i>quiet = False, indicator = ""</i>) 869 <b>__readSession</b>(<i>quiet=False, indicator=""</i>)
870 <p> 870 <p>
871 Private method to read in the project session file (.e4s) 871 Private method to read in the project session file (.e4s)
872 </p><dl> 872 </p><dl>
873 <dt><i>quiet</i></dt> 873 <dt><i>quiet</i></dt>
874 <dd> 874 <dd>
999 <p> 999 <p>
1000 Private method to synchronize the list of recently opened projects 1000 Private method to synchronize the list of recently opened projects
1001 with the central store. 1001 with the central store.
1002 </p><a NAME="Project.__writeDebugProperties" ID="Project.__writeDebugProperties"></a> 1002 </p><a NAME="Project.__writeDebugProperties" ID="Project.__writeDebugProperties"></a>
1003 <h4>Project.__writeDebugProperties</h4> 1003 <h4>Project.__writeDebugProperties</h4>
1004 <b>__writeDebugProperties</b>(<i>quiet = False</i>) 1004 <b>__writeDebugProperties</b>(<i>quiet=False</i>)
1005 <p> 1005 <p>
1006 Private method to write the project debugger properties file (.e4d) 1006 Private method to write the project debugger properties file (.e4d)
1007 </p><dl> 1007 </p><dl>
1008 <dt><i>quiet</i></dt> 1008 <dt><i>quiet</i></dt>
1009 <dd> 1009 <dd>
1010 flag indicating quiet operations. 1010 flag indicating quiet operations.
1011 If this flag is true, no errors are reported. 1011 If this flag is true, no errors are reported.
1012 </dd> 1012 </dd>
1013 </dl><a NAME="Project.__writeProject" ID="Project.__writeProject"></a> 1013 </dl><a NAME="Project.__writeProject" ID="Project.__writeProject"></a>
1014 <h4>Project.__writeProject</h4> 1014 <h4>Project.__writeProject</h4>
1015 <b>__writeProject</b>(<i>fn = None</i>) 1015 <b>__writeProject</b>(<i>fn=None</i>)
1016 <p> 1016 <p>
1017 Private method to save the project infos to a project file. 1017 Private method to save the project infos to a project file.
1018 </p><dl> 1018 </p><dl>
1019 <dt><i>fn</i></dt> 1019 <dt><i>fn</i></dt>
1020 <dd> 1020 <dd>
1029 <dd> 1029 <dd>
1030 flag indicating success 1030 flag indicating success
1031 </dd> 1031 </dd>
1032 </dl><a NAME="Project.__writeSession" ID="Project.__writeSession"></a> 1032 </dl><a NAME="Project.__writeSession" ID="Project.__writeSession"></a>
1033 <h4>Project.__writeSession</h4> 1033 <h4>Project.__writeSession</h4>
1034 <b>__writeSession</b>(<i>quiet = False, indicator = ""</i>) 1034 <b>__writeSession</b>(<i>quiet=False, indicator=""</i>)
1035 <p> 1035 <p>
1036 Private method to write the session data to an XML file (.e4s). 1036 Private method to write the session data to an XML file (.e4s).
1037 </p><dl> 1037 </p><dl>
1038 <dt><i>quiet</i></dt> 1038 <dt><i>quiet</i></dt>
1039 <dd> 1039 <dd>
1053 <b>__writeUserProperties</b>(<i></i>) 1053 <b>__writeUserProperties</b>(<i></i>)
1054 <p> 1054 <p>
1055 Private method to write the project data to an XML file. 1055 Private method to write the project data to an XML file.
1056 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a> 1056 </p><a NAME="Project.addDirectory" ID="Project.addDirectory"></a>
1057 <h4>Project.addDirectory</h4> 1057 <h4>Project.addDirectory</h4>
1058 <b>addDirectory</b>(<i>filter = None, startdir = None</i>) 1058 <b>addDirectory</b>(<i>filter=None, startdir=None</i>)
1059 <p> 1059 <p>
1060 Public method used to add all files of a directory to the project. 1060 Public method used to add all files of a directory to the project.
1061 </p><dl> 1061 </p><dl>
1062 <dt><i>filter</i></dt> 1062 <dt><i>filter</i></dt>
1063 <dd> 1063 <dd>
1077 <dd> 1077 <dd>
1078 list of actions (list of E5Action) 1078 list of actions (list of E5Action)
1079 </dd> 1079 </dd>
1080 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a> 1080 </dl><a NAME="Project.addFiles" ID="Project.addFiles"></a>
1081 <h4>Project.addFiles</h4> 1081 <h4>Project.addFiles</h4>
1082 <b>addFiles</b>(<i>filter = None, startdir = None</i>) 1082 <b>addFiles</b>(<i>filter=None, startdir=None</i>)
1083 <p> 1083 <p>
1084 Public slot used to add files to the project. 1084 Public slot used to add files to the project.
1085 </p><dl> 1085 </p><dl>
1086 <dt><i>filter</i></dt> 1086 <dt><i>filter</i></dt>
1087 <dd> 1087 <dd>
1156 <b>addUiFiles</b>(<i></i>) 1156 <b>addUiFiles</b>(<i></i>)
1157 <p> 1157 <p>
1158 Public slot to add forms to the current project. 1158 Public slot to add forms to the current project.
1159 </p><a NAME="Project.appendFile" ID="Project.appendFile"></a> 1159 </p><a NAME="Project.appendFile" ID="Project.appendFile"></a>
1160 <h4>Project.appendFile</h4> 1160 <h4>Project.appendFile</h4>
1161 <b>appendFile</b>(<i>fn, isSourceFile = False, updateModel = True</i>) 1161 <b>appendFile</b>(<i>fn, isSourceFile=False, updateModel=True</i>)
1162 <p> 1162 <p>
1163 Public method to append a file to the project. 1163 Public method to append a file to the project.
1164 </p><dl> 1164 </p><dl>
1165 <dt><i>fn</i></dt> 1165 <dt><i>fn</i></dt>
1166 <dd> 1166 <dd>
1203 <dd> 1203 <dd>
1204 name of the entry to be cleared (string) 1204 name of the entry to be cleared (string)
1205 </dd> 1205 </dd>
1206 </dl><a NAME="Project.closeProject" ID="Project.closeProject"></a> 1206 </dl><a NAME="Project.closeProject" ID="Project.closeProject"></a>
1207 <h4>Project.closeProject</h4> 1207 <h4>Project.closeProject</h4>
1208 <b>closeProject</b>(<i>reopen = False, noSave = False</i>) 1208 <b>closeProject</b>(<i>reopen=False, noSave=False</i>)
1209 <p> 1209 <p>
1210 Public slot to close the current project. 1210 Public slot to close the current project.
1211 </p><dl> 1211 </p><dl>
1212 <dt><i>reopen=</i></dt> 1212 <dt><i>reopen=</i></dt>
1213 <dd> 1213 <dd>
1284 </dd> 1284 </dd>
1285 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a> 1285 </dl><a NAME="Project.getAbsoluteUniversalPath" ID="Project.getAbsoluteUniversalPath"></a>
1286 <h4>Project.getAbsoluteUniversalPath</h4> 1286 <h4>Project.getAbsoluteUniversalPath</h4>
1287 <b>getAbsoluteUniversalPath</b>(<i>fn</i>) 1287 <b>getAbsoluteUniversalPath</b>(<i>fn</i>)
1288 <p> 1288 <p>
1289 Public method to convert a project relative file path with universal 1289 Public method to convert a project relative file path with universal
1290 separators to an absolute file path. 1290 separators to an absolute file path.
1291 </p><dl> 1291 </p><dl>
1292 <dt><i>fn</i></dt> 1292 <dt><i>fn</i></dt>
1293 <dd> 1293 <dd>
1294 file or directory name to convert (string) 1294 file or directory name to convert (string)
1399 <dd> 1399 <dd>
1400 project hash as a hex string (string) 1400 project hash as a hex string (string)
1401 </dd> 1401 </dd>
1402 </dl><a NAME="Project.getMainScript" ID="Project.getMainScript"></a> 1402 </dl><a NAME="Project.getMainScript" ID="Project.getMainScript"></a>
1403 <h4>Project.getMainScript</h4> 1403 <h4>Project.getMainScript</h4>
1404 <b>getMainScript</b>(<i>normalized = False</i>) 1404 <b>getMainScript</b>(<i>normalized=False</i>)
1405 <p> 1405 <p>
1406 Public method to return the main script filename. 1406 Public method to return the main script filename.
1407 </p><dl> 1407 </p><dl>
1408 <dt><i>normalized</i></dt> 1408 <dt><i>normalized</i></dt>
1409 <dd> 1409 <dd>
1564 project relative path or unchanged path, if path doesn't 1564 project relative path or unchanged path, if path doesn't
1565 belong to the project (string) 1565 belong to the project (string)
1566 </dd> 1566 </dd>
1567 </dl><a NAME="Project.getSources" ID="Project.getSources"></a> 1567 </dl><a NAME="Project.getSources" ID="Project.getSources"></a>
1568 <h4>Project.getSources</h4> 1568 <h4>Project.getSources</h4>
1569 <b>getSources</b>(<i>normalized = False</i>) 1569 <b>getSources</b>(<i>normalized=False</i>)
1570 <p> 1570 <p>
1571 Public method to return the source script files. 1571 Public method to return the source script files.
1572 </p><dl> 1572 </p><dl>
1573 <dt><i>normalized</i></dt> 1573 <dt><i>normalized</i></dt>
1574 <dd> 1574 <dd>
1679 <dd> 1679 <dd>
1680 the toolbar generated (QToolBar) 1680 the toolbar generated (QToolBar)
1681 </dd> 1681 </dd>
1682 </dl><a NAME="Project.initVCS" ID="Project.initVCS"></a> 1682 </dl><a NAME="Project.initVCS" ID="Project.initVCS"></a>
1683 <h4>Project.initVCS</h4> 1683 <h4>Project.initVCS</h4>
1684 <b>initVCS</b>(<i>vcsSystem = None, nooverride = False</i>) 1684 <b>initVCS</b>(<i>vcsSystem=None, nooverride=False</i>)
1685 <p> 1685 <p>
1686 Public method used to instantiate a vcs system. 1686 Public method used to instantiate a vcs system.
1687 </p><dl> 1687 </p><dl>
1688 <dt><i>vcsSystem</i></dt> 1688 <dt><i>vcsSystem</i></dt>
1689 <dd> 1689 <dd>
1829 <dd> 1829 <dd>
1830 name of the mainscript (string) 1830 name of the mainscript (string)
1831 </dd> 1831 </dd>
1832 </dl><a NAME="Project.openProject" ID="Project.openProject"></a> 1832 </dl><a NAME="Project.openProject" ID="Project.openProject"></a>
1833 <h4>Project.openProject</h4> 1833 <h4>Project.openProject</h4>
1834 <b>openProject</b>(<i>fn = None, restoreSession = True, reopen = False</i>) 1834 <b>openProject</b>(<i>fn=None, restoreSession=True, reopen=False</i>)
1835 <p> 1835 <p>
1836 Public slot to open a project. 1836 Public slot to open a project.
1837 </p><dl> 1837 </p><dl>
1838 <dt><i>fn</i></dt> 1838 <dt><i>fn</i></dt>
1839 <dd> 1839 <dd>
1846 <dd> 1846 <dd>
1847 flag indicating a reopening of the project (boolean) 1847 flag indicating a reopening of the project (boolean)
1848 </dd> 1848 </dd>
1849 </dl><a NAME="Project.othersAdded" ID="Project.othersAdded"></a> 1849 </dl><a NAME="Project.othersAdded" ID="Project.othersAdded"></a>
1850 <h4>Project.othersAdded</h4> 1850 <h4>Project.othersAdded</h4>
1851 <b>othersAdded</b>(<i>fn, updateModel = True</i>) 1851 <b>othersAdded</b>(<i>fn, updateModel=True</i>)
1852 <p> 1852 <p>
1853 Public slot to be called, if something was added to the OTHERS project data area. 1853 Public slot to be called, if something was added to the OTHERS project data area.
1854 </p><dl> 1854 </p><dl>
1855 <dt><i>fn</i></dt> 1855 <dt><i>fn</i></dt>
1856 <dd> 1856 <dd>
1859 <dd> 1859 <dd>
1860 flag indicating an update of the model is requested (boolean) 1860 flag indicating an update of the model is requested (boolean)
1861 </dd> 1861 </dd>
1862 </dl><a NAME="Project.registerProjectType" ID="Project.registerProjectType"></a> 1862 </dl><a NAME="Project.registerProjectType" ID="Project.registerProjectType"></a>
1863 <h4>Project.registerProjectType</h4> 1863 <h4>Project.registerProjectType</h4>
1864 <b>registerProjectType</b>(<i>type_, description, fileTypeCallback = None, binaryTranslationsCallback = None, lexerAssociationCallback = None</i>) 1864 <b>registerProjectType</b>(<i>type_, description, fileTypeCallback=None, binaryTranslationsCallback=None, lexerAssociationCallback=None</i>)
1865 <p> 1865 <p>
1866 Public method to register a project type. 1866 Public method to register a project type.
1867 </p><dl> 1867 </p><dl>
1868 <dt><i>type_</i></dt> 1868 <dt><i>type_</i></dt>
1869 <dd> 1869 <dd>
1876 reference to a method returning a dictionary 1876 reference to a method returning a dictionary
1877 of filetype associations. 1877 of filetype associations.
1878 </dd><dt><i>binaryTranslationsCallback=</i></dt> 1878 </dd><dt><i>binaryTranslationsCallback=</i></dt>
1879 <dd> 1879 <dd>
1880 reference to a method returning the 1880 reference to a method returning the
1881 name of the binary translation file given the name of the raw 1881 name of the binary translation file given the name of the raw
1882 translation file 1882 translation file
1883 </dd><dt><i>lexerAssociationCallback=</i></dt> 1883 </dd><dt><i>lexerAssociationCallback=</i></dt>
1884 <dd> 1884 <dd>
1885 reference to a method returning the 1885 reference to a method returning the
1886 lexer type to be used for syntax highlighting given the name of 1886 lexer type to be used for syntax highlighting given the name of
1908 <dd> 1908 <dd>
1909 list of actions (list of E5Action) 1909 list of actions (list of E5Action)
1910 </dd> 1910 </dd>
1911 </dl><a NAME="Project.removeFile" ID="Project.removeFile"></a> 1911 </dl><a NAME="Project.removeFile" ID="Project.removeFile"></a>
1912 <h4>Project.removeFile</h4> 1912 <h4>Project.removeFile</h4>
1913 <b>removeFile</b>(<i>fn, updateModel = True</i>) 1913 <b>removeFile</b>(<i>fn, updateModel=True</i>)
1914 <p> 1914 <p>
1915 Public slot to remove a file from the project. 1915 Public slot to remove a file from the project.
1916 </p><p> 1916 </p><p>
1917 The file is not deleted from the project directory. 1917 The file is not deleted from the project directory.
1918 </p><dl> 1918 </p><dl>
1935 <dd> 1935 <dd>
1936 the translation file to be removed (string) 1936 the translation file to be removed (string)
1937 </dd> 1937 </dd>
1938 </dl><a NAME="Project.renameFile" ID="Project.renameFile"></a> 1938 </dl><a NAME="Project.renameFile" ID="Project.renameFile"></a>
1939 <h4>Project.renameFile</h4> 1939 <h4>Project.renameFile</h4>
1940 <b>renameFile</b>(<i>oldfn, newfn = None</i>) 1940 <b>renameFile</b>(<i>oldfn, newfn=None</i>)
1941 <p> 1941 <p>
1942 Public slot to rename a file of the project. 1942 Public slot to rename a file of the project.
1943 </p><dl> 1943 </p><dl>
1944 <dt><i>oldfn</i></dt> 1944 <dt><i>oldfn</i></dt>
1945 <dd> 1945 <dd>
1953 <dd> 1953 <dd>
1954 flag indicating success 1954 flag indicating success
1955 </dd> 1955 </dd>
1956 </dl><a NAME="Project.renameFileInPdata" ID="Project.renameFileInPdata"></a> 1956 </dl><a NAME="Project.renameFileInPdata" ID="Project.renameFileInPdata"></a>
1957 <h4>Project.renameFileInPdata</h4> 1957 <h4>Project.renameFileInPdata</h4>
1958 <b>renameFileInPdata</b>(<i>oldname, newname, isSourceFile = False</i>) 1958 <b>renameFileInPdata</b>(<i>oldname, newname, isSourceFile=False</i>)
1959 <p> 1959 <p>
1960 Public method to rename a file in the pdata structure. 1960 Public method to rename a file in the pdata structure.
1961 </p><dl> 1961 </p><dl>
1962 <dt><i>oldname</i></dt> 1962 <dt><i>oldname</i></dt>
1963 <dd> 1963 <dd>
1998 <dd> 1998 <dd>
1999 full name of the item to repopulate (string) 1999 full name of the item to repopulate (string)
2000 </dd> 2000 </dd>
2001 </dl><a NAME="Project.saveAllScripts" ID="Project.saveAllScripts"></a> 2001 </dl><a NAME="Project.saveAllScripts" ID="Project.saveAllScripts"></a>
2002 <h4>Project.saveAllScripts</h4> 2002 <h4>Project.saveAllScripts</h4>
2003 <b>saveAllScripts</b>(<i>reportSyntaxErrors = False</i>) 2003 <b>saveAllScripts</b>(<i>reportSyntaxErrors=False</i>)
2004 <p> 2004 <p>
2005 Public method to save all scripts belonging to the project. 2005 Public method to save all scripts belonging to the project.
2006 </p><dl> 2006 </p><dl>
2007 <dt><i>reportSyntaxErrors=</i></dt> 2007 <dt><i>reportSyntaxErrors=</i></dt>
2008 <dd> 2008 <dd>
2057 <dd> 2057 <dd>
2058 flag indicating success (boolean) 2058 flag indicating success (boolean)
2059 </dd> 2059 </dd>
2060 </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> 2060 </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a>
2061 <h4>Project.setDbgInfo</h4> 2061 <h4>Project.setDbgInfo</h4>
2062 <b>setDbgInfo</b>(<i>argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython = None, autoContinue = None</i>) 2062 <b>setDbgInfo</b>(<i>argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>)
2063 <p> 2063 <p>
2064 Public method to set the debugging information. 2064 Public method to set the debugging information.
2065 </p><dl> 2065 </p><dl>
2066 <dt><i>argv</i></dt> 2066 <dt><i>argv</i></dt>
2067 <dd> 2067 <dd>

eric ide

mercurial