Utilities¶
- qts.util.exec(execable: qts.util.ExecProtocol) int[source]¶
Call the proper execute method on the passed object. Either
.exec()or.exec_()is chosen based on the configured wrapper..exec_()exists as an artifact from supporting Python 2 whereexecwas a keyword.