The IncompleteInstanceError exception is raised when a partial model is attempted to be persisted.
| 103 | |
| 104 | |
| 105 | class IncompleteInstanceError(OperationalError): |
| 106 | """ |
| 107 | The IncompleteInstanceError exception is raised when a partial model is attempted to be persisted. |
| 108 | """ |
| 109 | |
| 110 | |
| 111 | class DBConnectionError(BaseORMException, ConnectionError): |
no outgoing calls
no test coverage detected
searching dependent graphs…