699 <tr> |
699 <tr> |
700 <td><a href="#Project.getHash">getHash</a></td> |
700 <td><a href="#Project.getHash">getHash</a></td> |
701 <td>Public method to get the project hash.</td> |
701 <td>Public method to get the project hash.</td> |
702 </tr> |
702 </tr> |
703 <tr> |
703 <tr> |
|
704 <td><a href="#Project.getIgnorePatterns">getIgnorePatterns</a></td> |
|
705 <td>Public method to get the list of file name patterns for files to be ignored.</td> |
|
706 </tr> |
|
707 <tr> |
704 <td><a href="#Project.getMainScript">getMainScript</a></td> |
708 <td><a href="#Project.getMainScript">getMainScript</a></td> |
705 <td>Public method to return the main script filename.</td> |
709 <td>Public method to return the main script filename.</td> |
706 </tr> |
710 </tr> |
707 <tr> |
711 <tr> |
708 <td><a href="#Project.getMenu">getMenu</a></td> |
712 <td><a href="#Project.getMenu">getMenu</a></td> |
2499 <dl> |
2503 <dl> |
2500 |
2504 |
2501 <dt><i>associationType</i> (str)</dt> |
2505 <dt><i>associationType</i> (str)</dt> |
2502 <dd> |
2506 <dd> |
2503 type of the association (one of FORMS, |
2507 type of the association (one of FORMS, |
2504 INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES or |
2508 INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES, |
2505 TRANSLATIONS) |
2509 TRANSLATIONS or __IGNORE__) |
2506 </dd> |
2510 </dd> |
2507 </dl> |
2511 </dl> |
2508 <dl> |
2512 <dl> |
2509 <dt>Return:</dt> |
2513 <dt>Return:</dt> |
2510 <dd> |
2514 <dd> |
2528 <dt>Return:</dt> |
2532 <dt>Return:</dt> |
2529 <dd> |
2533 <dd> |
2530 project hash as a hex string (string) |
2534 project hash as a hex string (string) |
2531 </dd> |
2535 </dd> |
2532 </dl> |
2536 </dl> |
|
2537 <a NAME="Project.getIgnorePatterns" ID="Project.getIgnorePatterns"></a> |
|
2538 <h4>Project.getIgnorePatterns</h4> |
|
2539 <b>getIgnorePatterns</b>(<i></i>) |
|
2540 |
|
2541 <p> |
|
2542 Public method to get the list of file name patterns for files to be |
|
2543 ignored. |
|
2544 </p> |
|
2545 <dl> |
|
2546 <dt>Return:</dt> |
|
2547 <dd> |
|
2548 list of ignore file name patterns |
|
2549 </dd> |
|
2550 </dl> |
|
2551 <dl> |
|
2552 <dt>Return Type:</dt> |
|
2553 <dd> |
|
2554 list of str |
|
2555 </dd> |
|
2556 </dl> |
2533 <a NAME="Project.getMainScript" ID="Project.getMainScript"></a> |
2557 <a NAME="Project.getMainScript" ID="Project.getMainScript"></a> |
2534 <h4>Project.getMainScript</h4> |
2558 <h4>Project.getMainScript</h4> |
2535 <b>getMainScript</b>(<i>normalized=False</i>) |
2559 <b>getMainScript</b>(<i>normalized=False</i>) |
2536 |
2560 |
2537 <p> |
2561 <p> |