| 2101 | } |
| 2102 | |
| 2103 | bool |
| 2104 | AppInstance::wasProjectCreatedWithLowerCaseIDs() const |
| 2105 | { |
| 2106 | return _imp->_projectCreatedWithLowerCaseIDs; |
| 2107 | } |
| 2108 | |
| 2109 | bool |
| 2110 | AppInstance::isCreatingPythonGroup() const |
no outgoing calls
no test coverage detected