src/eric7/Documentation/Source/eric7.VCS.VersionControl.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
112 <td><a href="#VersionControl.__statusMonitorStatus">__statusMonitorStatus</a></td> 112 <td><a href="#VersionControl.__statusMonitorStatus">__statusMonitorStatus</a></td>
113 <td>Private slot to receive the status monitor status.</td> 113 <td>Private slot to receive the status monitor status.</td>
114 </tr> 114 </tr>
115 <tr> 115 <tr>
116 <td><a href="#VersionControl._createStatusMonitorThread">_createStatusMonitorThread</a></td> 116 <td><a href="#VersionControl._createStatusMonitorThread">_createStatusMonitorThread</a></td>
117 <td>Protected method to create an instance of the VCS status monitor thread.</td> 117 <td></td>
118 </tr> 118 </tr>
119 <tr> 119 <tr>
120 <td><a href="#VersionControl._vcsAddProjectCommitMessage">_vcsAddProjectCommitMessage</a></td> 120 <td><a href="#VersionControl._vcsAddProjectCommitMessage">_vcsAddProjectCommitMessage</a></td>
121 <td>Protected method to add a commit message to the list of project specific saved messages.</td> 121 <td>Protected method to add a commit message to the list of project specific saved messages.</td>
122 </tr> 122 </tr>
308 <td><a href="#VersionControl.vcsRepositoryInfos">vcsRepositoryInfos</a></td> 308 <td><a href="#VersionControl.vcsRepositoryInfos">vcsRepositoryInfos</a></td>
309 <td>Public method to retrieve information about the repository.</td> 309 <td>Public method to retrieve information about the repository.</td>
310 </tr> 310 </tr>
311 <tr> 311 <tr>
312 <td><a href="#VersionControl.vcsResolved">vcsResolved</a></td> 312 <td><a href="#VersionControl.vcsResolved">vcsResolved</a></td>
313 <td>Public method used to resolve conflicts of a file/directory.</td> 313 <td></td>
314 </tr> 314 </tr>
315 <tr> 315 <tr>
316 <td><a href="#VersionControl.vcsRevert">vcsRevert</a></td> 316 <td><a href="#VersionControl.vcsRevert">vcsRevert</a></td>
317 <td>Public method used to revert changes made to a file/directory.</td> 317 <td>Public method used to revert changes made to a file/directory.</td>
318 </tr> 318 </tr>
459 </dl> 459 </dl>
460 <a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a> 460 <a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a>
461 <h4>VersionControl._createStatusMonitorThread</h4> 461 <h4>VersionControl._createStatusMonitorThread</h4>
462 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 462 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
463 463
464 <p>
465 Protected method to create an instance of the VCS status monitor
466 thread.
467 </p>
468 <p>
469 Note: This method should be overwritten in subclasses in order to
470 support VCS status monitoring.
471 </p>
472 <dl>
473
474 <dt><i>interval</i></dt>
475 <dd>
476 check interval for the monitor thread in seconds
477 (integer)
478 </dd>
479 <dt><i>project</i></dt>
480 <dd>
481 reference to the project object
482 </dd>
483 </dl>
484 <dl>
485 <dt>Return:</dt>
486 <dd>
487 reference to the monitor thread (QThread)
488 </dd>
489 </dl>
490 <a NAME="VersionControl._vcsAddProjectCommitMessage" ID="VersionControl._vcsAddProjectCommitMessage"></a> 464 <a NAME="VersionControl._vcsAddProjectCommitMessage" ID="VersionControl._vcsAddProjectCommitMessage"></a>
491 <h4>VersionControl._vcsAddProjectCommitMessage</h4> 465 <h4>VersionControl._vcsAddProjectCommitMessage</h4>
492 <b>_vcsAddProjectCommitMessage</b>(<i>message</i>) 466 <b>_vcsAddProjectCommitMessage</b>(<i>message</i>)
493 467
494 <p> 468 <p>
783 flag indicating quiet operations (boolean) 757 flag indicating quiet operations (boolean)
784 </dd> 758 </dd>
785 </dl> 759 </dl>
786 <dl> 760 <dl>
787 761
788 <dt>Raises <b>RuntimeError</b>:</dt> 762 <dt>Raises <b>NotImplementedError</b>:</dt>
789 <dd> 763 <dd>
790 to indicate that this method must be 764 to indicate that this method must be
791 implemented by a subclass 765 implemented by a subclass
792 </dd> 766 </dd>
793 </dl> 767 </dl>
809 flag indicating name is a directory (boolean) 783 flag indicating name is a directory (boolean)
810 </dd> 784 </dd>
811 </dl> 785 </dl>
812 <dl> 786 <dl>
813 787
814 <dt>Raises <b>RuntimeError</b>:</dt> 788 <dt>Raises <b>NotImplementedError</b>:</dt>
815 <dd> 789 <dd>
816 to indicate that this method must be 790 to indicate that this method must be
817 implemented by a subclass 791 implemented by a subclass
818 </dd> 792 </dd>
819 </dl> 793 </dl>
831 message to be added 805 message to be added
832 </dd> 806 </dd>
833 </dl> 807 </dl>
834 <dl> 808 <dl>
835 809
836 <dt>Raises <b>RuntimeError</b>:</dt> 810 <dt>Raises <b>NotImplementedError</b>:</dt>
837 <dd> 811 <dd>
838 to indicate that this method must be 812 to indicate that this method must be
839 implemented by a subclass 813 implemented by a subclass
840 </dd> 814 </dd>
841 </dl> 815 </dl>
853 root directory of the tree to be added (string) 827 root directory of the tree to be added (string)
854 </dd> 828 </dd>
855 </dl> 829 </dl>
856 <dl> 830 <dl>
857 831
858 <dt>Raises <b>RuntimeError</b>:</dt> 832 <dt>Raises <b>NotImplementedError</b>:</dt>
859 <dd> 833 <dd>
860 to indicate that this method must be 834 to indicate that this method must be
861 implemented by a subclass 835 implemented by a subclass
862 </dd> 836 </dd>
863 </dl> 837 </dl>
887 canBeCommited and canBeAdded or None in order to signal an error 861 canBeCommited and canBeAdded or None in order to signal an error
888 </dd> 862 </dd>
889 </dl> 863 </dl>
890 <dl> 864 <dl>
891 865
892 <dt>Raises <b>RuntimeError</b>:</dt> 866 <dt>Raises <b>NotImplementedError</b>:</dt>
893 <dd> 867 <dd>
894 to indicate that this method must be 868 to indicate that this method must be
895 implemented by a subclass 869 implemented by a subclass
896 </dd> 870 </dd>
897 </dl> 871 </dl>
923 flag indicating an execution without errors (boolean) 897 flag indicating an execution without errors (boolean)
924 </dd> 898 </dd>
925 </dl> 899 </dl>
926 <dl> 900 <dl>
927 901
928 <dt>Raises <b>RuntimeError</b>:</dt> 902 <dt>Raises <b>NotImplementedError</b>:</dt>
929 <dd> 903 <dd>
930 to indicate that this method must be 904 to indicate that this method must be
931 implemented by a subclass 905 implemented by a subclass
932 </dd> 906 </dd>
933 </dl> 907 </dl>
945 directory name to be cleaned up (string) 919 directory name to be cleaned up (string)
946 </dd> 920 </dd>
947 </dl> 921 </dl>
948 <dl> 922 <dl>
949 923
950 <dt>Raises <b>RuntimeError</b>:</dt> 924 <dt>Raises <b>NotImplementedError</b>:</dt>
951 <dd> 925 <dd>
952 to indicate that this method must be 926 to indicate that this method must be
953 implemented by a subclass 927 implemented by a subclass
954 </dd> 928 </dd>
955 </dl> 929 </dl>
960 <p> 934 <p>
961 Public method to clear the list of saved messages. 935 Public method to clear the list of saved messages.
962 </p> 936 </p>
963 <dl> 937 <dl>
964 938
965 <dt>Raises <b>RuntimeError</b>:</dt> 939 <dt>Raises <b>NotImplementedError</b>:</dt>
966 <dd> 940 <dd>
967 to indicate that this method must be 941 to indicate that this method must be
968 implemented by a subclass 942 implemented by a subclass
969 </dd> 943 </dd>
970 </dl> 944 </dl>
982 directory name of the working directory (string) 956 directory name of the working directory (string)
983 </dd> 957 </dd>
984 </dl> 958 </dl>
985 <dl> 959 <dl>
986 960
987 <dt>Raises <b>RuntimeError</b>:</dt> 961 <dt>Raises <b>NotImplementedError</b>:</dt>
988 <dd> 962 <dd>
989 to indicate that this method must be 963 to indicate that this method must be
990 implemented by a subclass 964 implemented by a subclass
991 </dd> 965 </dd>
992 </dl> 966 </dl>
1019 flag indicating success (boolean) 993 flag indicating success (boolean)
1020 </dd> 994 </dd>
1021 </dl> 995 </dl>
1022 <dl> 996 <dl>
1023 997
1024 <dt>Raises <b>RuntimeError</b>:</dt> 998 <dt>Raises <b>NotImplementedError</b>:</dt>
1025 <dd> 999 <dd>
1026 to indicate that this method must be 1000 to indicate that this method must be
1027 implemented by a subclass 1001 implemented by a subclass
1028 </dd> 1002 </dd>
1029 </dl> 1003 </dl>
1046 list of str 1020 list of str
1047 </dd> 1021 </dd>
1048 </dl> 1022 </dl>
1049 <dl> 1023 <dl>
1050 1024
1051 <dt>Raises <b>RuntimeError</b>:</dt> 1025 <dt>Raises <b>NotImplementedError</b>:</dt>
1052 <dd> 1026 <dd>
1053 to indicate that this method must be 1027 to indicate that this method must be
1054 implemented by a subclass 1028 implemented by a subclass
1055 </dd> 1029 </dd>
1056 </dl> 1030 </dl>
1077 flag indicating to add all files to the repository 1051 flag indicating to add all files to the repository
1078 </dd> 1052 </dd>
1079 </dl> 1053 </dl>
1080 <dl> 1054 <dl>
1081 1055
1082 <dt>Raises <b>RuntimeError</b>:</dt> 1056 <dt>Raises <b>NotImplementedError</b>:</dt>
1083 <dd> 1057 <dd>
1084 to indicate that this method must be 1058 to indicate that this method must be
1085 implemented by a subclass 1059 implemented by a subclass
1086 </dd> 1060 </dd>
1087 </dl> 1061 </dl>
1099 file/directory name to be diffed (string) 1073 file/directory name to be diffed (string)
1100 </dd> 1074 </dd>
1101 </dl> 1075 </dl>
1102 <dl> 1076 <dl>
1103 1077
1104 <dt>Raises <b>RuntimeError</b>:</dt> 1078 <dt>Raises <b>NotImplementedError</b>:</dt>
1105 <dd> 1079 <dd>
1106 to indicate that this method must be 1080 to indicate that this method must be
1107 implemented by a subclass 1081 implemented by a subclass
1108 </dd> 1082 </dd>
1109 </dl> 1083 </dl>
1121 giving an error message in case of failure 1095 giving an error message in case of failure
1122 </dd> 1096 </dd>
1123 </dl> 1097 </dl>
1124 <dl> 1098 <dl>
1125 1099
1126 <dt>Raises <b>RuntimeError</b>:</dt> 1100 <dt>Raises <b>NotImplementedError</b>:</dt>
1127 <dd> 1101 <dd>
1128 to indicate that this method must be 1102 to indicate that this method must be
1129 implemented by a subclass 1103 implemented by a subclass
1130 </dd> 1104 </dd>
1131 </dl> 1105 </dl>
1153 flag indicating an execution without errors (boolean) 1127 flag indicating an execution without errors (boolean)
1154 </dd> 1128 </dd>
1155 </dl> 1129 </dl>
1156 <dl> 1130 <dl>
1157 1131
1158 <dt>Raises <b>RuntimeError</b>:</dt> 1132 <dt>Raises <b>NotImplementedError</b>:</dt>
1159 <dd> 1133 <dd>
1160 to indicate that this method must be 1134 to indicate that this method must be
1161 implemented by a subclass 1135 implemented by a subclass
1162 </dd> 1136 </dd>
1163 </dl> 1137 </dl>
1175 file/directory name to be removed 1149 file/directory name to be removed
1176 </dd> 1150 </dd>
1177 </dl> 1151 </dl>
1178 <dl> 1152 <dl>
1179 1153
1180 <dt>Raises <b>RuntimeError</b>:</dt> 1154 <dt>Raises <b>NotImplementedError</b>:</dt>
1181 <dd> 1155 <dd>
1182 to indicate that this method must be 1156 to indicate that this method must be
1183 implemented by a subclass 1157 implemented by a subclass
1184 </dd> 1158 </dd>
1185 </dl> 1159 </dl>
1240 the project browser helper object 1214 the project browser helper object
1241 </dd> 1215 </dd>
1242 </dl> 1216 </dl>
1243 <dl> 1217 <dl>
1244 1218
1245 <dt>Raises <b>RuntimeError</b>:</dt> 1219 <dt>Raises <b>NotImplementedError</b>:</dt>
1246 <dd> 1220 <dd>
1247 to indicate that this method must be 1221 to indicate that this method must be
1248 implemented by a subclass 1222 implemented by a subclass
1249 </dd> 1223 </dd>
1250 </dl> 1224 </dl>
1268 the project helper object 1242 the project helper object
1269 </dd> 1243 </dd>
1270 </dl> 1244 </dl>
1271 <dl> 1245 <dl>
1272 1246
1273 <dt>Raises <b>RuntimeError</b>:</dt> 1247 <dt>Raises <b>NotImplementedError</b>:</dt>
1274 <dd> 1248 <dd>
1275 to indicate that this method must be 1249 to indicate that this method must be
1276 implemented by a subclass 1250 implemented by a subclass
1277 </dd> 1251 </dd>
1278 </dl> 1252 </dl>
1315 tuple of (bool, bool) 1289 tuple of (bool, bool)
1316 </dd> 1290 </dd>
1317 </dl> 1291 </dl>
1318 <dl> 1292 <dl>
1319 1293
1320 <dt>Raises <b>RuntimeError</b>:</dt> 1294 <dt>Raises <b>NotImplementedError</b>:</dt>
1321 <dd> 1295 <dd>
1322 to indicate that this method must be 1296 to indicate that this method must be
1323 implemented by a subclass 1297 implemented by a subclass
1324 </dd> 1298 </dd>
1325 </dl> 1299 </dl>
1347 flag indicating success (boolean) 1321 flag indicating success (boolean)
1348 </dd> 1322 </dd>
1349 </dl> 1323 </dl>
1350 <dl> 1324 <dl>
1351 1325
1352 <dt>Raises <b>RuntimeError</b>:</dt> 1326 <dt>Raises <b>NotImplementedError</b>:</dt>
1353 <dd> 1327 <dd>
1354 to indicate that this method must be 1328 to indicate that this method must be
1355 implemented by a subclass 1329 implemented by a subclass
1356 </dd> 1330 </dd>
1357 </dl> 1331 </dl>
1393 (boolean) 1367 (boolean)
1394 </dd> 1368 </dd>
1395 </dl> 1369 </dl>
1396 <dl> 1370 <dl>
1397 1371
1398 <dt>Raises <b>RuntimeError</b>:</dt> 1372 <dt>Raises <b>NotImplementedError</b>:</dt>
1399 <dd> 1373 <dd>
1400 to indicate that this method must be 1374 to indicate that this method must be
1401 implemented by a subclass 1375 implemented by a subclass
1402 </dd> 1376 </dd>
1403 </dl> 1377 </dl>
1415 file/directory name to be merged (string) 1389 file/directory name to be merged (string)
1416 </dd> 1390 </dd>
1417 </dl> 1391 </dl>
1418 <dl> 1392 <dl>
1419 1393
1420 <dt>Raises <b>RuntimeError</b>:</dt> 1394 <dt>Raises <b>NotImplementedError</b>:</dt>
1421 <dd> 1395 <dd>
1422 to indicate that this method must be 1396 to indicate that this method must be
1423 implemented by a subclass 1397 implemented by a subclass
1424 </dd> 1398 </dd>
1425 </dl> 1399 </dl>
1455 flag indicating successfull operation (boolean) 1429 flag indicating successfull operation (boolean)
1456 </dd> 1430 </dd>
1457 </dl> 1431 </dl>
1458 <dl> 1432 <dl>
1459 1433
1460 <dt>Raises <b>RuntimeError</b>:</dt> 1434 <dt>Raises <b>NotImplementedError</b>:</dt>
1461 <dd> 1435 <dd>
1462 to indicate that this method must be 1436 to indicate that this method must be
1463 implemented by a subclass 1437 implemented by a subclass
1464 </dd> 1438 </dd>
1465 </dl> 1439 </dl>
1476 name of the vcs (string) 1450 name of the vcs (string)
1477 </dd> 1451 </dd>
1478 </dl> 1452 </dl>
1479 <dl> 1453 <dl>
1480 1454
1481 <dt>Raises <b>RuntimeError</b>:</dt> 1455 <dt>Raises <b>NotImplementedError</b>:</dt>
1482 <dd> 1456 <dd>
1483 to indicate that this method must be 1457 to indicate that this method must be
1484 implemented by a subclass 1458 implemented by a subclass
1485 </dd> 1459 </dd>
1486 </dl> 1460 </dl>
1499 parent widget (QWidget) 1473 parent widget (QWidget)
1500 </dd> 1474 </dd>
1501 </dl> 1475 </dl>
1502 <dl> 1476 <dl>
1503 1477
1504 <dt>Raises <b>RuntimeError</b>:</dt> 1478 <dt>Raises <b>NotImplementedError</b>:</dt>
1505 <dd> 1479 <dd>
1506 to indicate that this method must be 1480 to indicate that this method must be
1507 implemented by a subclass 1481 implemented by a subclass
1508 </dd> 1482 </dd>
1509 </dl> 1483 </dl>
1534 parent widget (QWidget) 1508 parent widget (QWidget)
1535 </dd> 1509 </dd>
1536 </dl> 1510 </dl>
1537 <dl> 1511 <dl>
1538 1512
1539 <dt>Raises <b>RuntimeError</b>:</dt> 1513 <dt>Raises <b>NotImplementedError</b>:</dt>
1540 <dd> 1514 <dd>
1541 to indicate that this method must be 1515 to indicate that this method must be
1542 implemented by a subclass 1516 implemented by a subclass
1543 </dd> 1517 </dd>
1544 </dl> 1518 </dl>
1563 0 in order to signal an error 1537 0 in order to signal an error
1564 </dd> 1538 </dd>
1565 </dl> 1539 </dl>
1566 <dl> 1540 <dl>
1567 1541
1568 <dt>Raises <b>RuntimeError</b>:</dt> 1542 <dt>Raises <b>NotImplementedError</b>:</dt>
1569 <dd> 1543 <dd>
1570 to indicate that this method must be 1544 to indicate that this method must be
1571 implemented by a subclass 1545 implemented by a subclass
1572 </dd> 1546 </dd>
1573 </dl> 1547 </dl>
1599 flag indicating success (boolean) 1573 flag indicating success (boolean)
1600 </dd> 1574 </dd>
1601 </dl> 1575 </dl>
1602 <dl> 1576 <dl>
1603 1577
1604 <dt>Raises <b>RuntimeError</b>:</dt> 1578 <dt>Raises <b>NotImplementedError</b>:</dt>
1605 <dd> 1579 <dd>
1606 to indicate that this method must be 1580 to indicate that this method must be
1607 implemented by a subclass 1581 implemented by a subclass
1608 </dd> 1582 </dd>
1609 </dl> 1583 </dl>
1627 string with ready formated info for display (string) 1601 string with ready formated info for display (string)
1628 </dd> 1602 </dd>
1629 </dl> 1603 </dl>
1630 <dl> 1604 <dl>
1631 1605
1632 <dt>Raises <b>RuntimeError</b>:</dt> 1606 <dt>Raises <b>NotImplementedError</b>:</dt>
1633 <dd> 1607 <dd>
1634 to indicate that this method must be 1608 to indicate that this method must be
1635 implemented by a subclass 1609 implemented by a subclass
1636 </dd> 1610 </dd>
1637 </dl> 1611 </dl>
1638 <a NAME="VersionControl.vcsResolved" ID="VersionControl.vcsResolved"></a> 1612 <a NAME="VersionControl.vcsResolved" ID="VersionControl.vcsResolved"></a>
1639 <h4>VersionControl.vcsResolved</h4> 1613 <h4>VersionControl.vcsResolved</h4>
1640 <b>vcsResolved</b>(<i>name</i>) 1614 <b>vcsResolved</b>(<i>name</i>)
1641 1615
1642 <p>
1643 Public method used to resolve conflicts of a file/directory.
1644 </p>
1645 <dl>
1646
1647 <dt><i>name</i> (str)</dt>
1648 <dd>
1649 file/directory name to be resolved
1650 </dd>
1651 </dl>
1652 <a NAME="VersionControl.vcsRevert" ID="VersionControl.vcsRevert"></a> 1616 <a NAME="VersionControl.vcsRevert" ID="VersionControl.vcsRevert"></a>
1653 <h4>VersionControl.vcsRevert</h4> 1617 <h4>VersionControl.vcsRevert</h4>
1654 <b>vcsRevert</b>(<i>name</i>) 1618 <b>vcsRevert</b>(<i>name</i>)
1655 1619
1656 <p> 1620 <p>
1676 bool 1640 bool
1677 </dd> 1641 </dd>
1678 </dl> 1642 </dl>
1679 <dl> 1643 <dl>
1680 1644
1681 <dt>Raises <b>RuntimeError</b>:</dt> 1645 <dt>Raises <b>NotImplementedError</b>:</dt>
1682 <dd> 1646 <dd>
1683 to indicate that this method must be 1647 to indicate that this method must be
1684 implemented by a subclass 1648 implemented by a subclass
1685 </dd> 1649 </dd>
1686 </dl> 1650 </dl>
1707 tuple of two revisions 1671 tuple of two revisions
1708 </dd> 1672 </dd>
1709 </dl> 1673 </dl>
1710 <dl> 1674 <dl>
1711 1675
1712 <dt>Raises <b>RuntimeError</b>:</dt> 1676 <dt>Raises <b>NotImplementedError</b>:</dt>
1713 <dd> 1677 <dd>
1714 to indicate that this method must be 1678 to indicate that this method must be
1715 implemented by a subclass 1679 implemented by a subclass
1716 </dd> 1680 </dd>
1717 </dl> 1681 </dl>
1783 <p> 1747 <p>
1784 Public method used to shutdown the vcs interface. 1748 Public method used to shutdown the vcs interface.
1785 </p> 1749 </p>
1786 <dl> 1750 <dl>
1787 1751
1788 <dt>Raises <b>RuntimeError</b>:</dt> 1752 <dt>Raises <b>NotImplementedError</b>:</dt>
1789 <dd> 1753 <dd>
1790 to indicate that this method must be 1754 to indicate that this method must be
1791 implemented by a subclass 1755 implemented by a subclass
1792 </dd> 1756 </dd>
1793 </dl> 1757 </dl>
1805 file/directory name to show the status for (string) 1769 file/directory name to show the status for (string)
1806 </dd> 1770 </dd>
1807 </dl> 1771 </dl>
1808 <dl> 1772 <dl>
1809 1773
1810 <dt>Raises <b>RuntimeError</b>:</dt> 1774 <dt>Raises <b>NotImplementedError</b>:</dt>
1811 <dd> 1775 <dd>
1812 to indicate that this method must be 1776 to indicate that this method must be
1813 implemented by a subclass 1777 implemented by a subclass
1814 </dd> 1778 </dd>
1815 </dl> 1779 </dl>
1848 or delete (boolean) 1812 or delete (boolean)
1849 </dd> 1813 </dd>
1850 </dl> 1814 </dl>
1851 <dl> 1815 <dl>
1852 1816
1853 <dt>Raises <b>RuntimeError</b>:</dt> 1817 <dt>Raises <b>NotImplementedError</b>:</dt>
1854 <dd> 1818 <dd>
1855 to indicate that this method must be 1819 to indicate that this method must be
1856 implemented by a subclass 1820 implemented by a subclass
1857 </dd> 1821 </dd>
1858 </dl> 1822 </dl>
1870 file/directory name to be tagged (string) 1834 file/directory name to be tagged (string)
1871 </dd> 1835 </dd>
1872 </dl> 1836 </dl>
1873 <dl> 1837 <dl>
1874 1838
1875 <dt>Raises <b>RuntimeError</b>:</dt> 1839 <dt>Raises <b>NotImplementedError</b>:</dt>
1876 <dd> 1840 <dd>
1877 to indicate that this method must be 1841 to indicate that this method must be
1878 implemented by a subclass 1842 implemented by a subclass
1879 </dd> 1843 </dd>
1880 </dl> 1844 </dl>
1903 or delete (boolean) 1867 or delete (boolean)
1904 </dd> 1868 </dd>
1905 </dl> 1869 </dl>
1906 <dl> 1870 <dl>
1907 1871
1908 <dt>Raises <b>RuntimeError</b>:</dt> 1872 <dt>Raises <b>NotImplementedError</b>:</dt>
1909 <dd> 1873 <dd>
1910 to indicate that this method must be 1874 to indicate that this method must be
1911 implemented by a subclass 1875 implemented by a subclass
1912 </dd> 1876 </dd>
1913 </dl> 1877 </dl>

eric ide

mercurial