| 2085 | } |
| 2086 | |
| 2087 | bool |
| 2088 | AppInstance::wasProjectCreatedWithLowerCaseIDs() const |
| 2089 | { |
| 2090 | return _imp->_projectCreatedWithLowerCaseIDs; |
| 2091 | } |
| 2092 | |
| 2093 | bool |
| 2094 | AppInstance::isCreatingPythonGroup() const |
no outgoing calls
no test coverage detected