Place for cross-reference resolution
()
| 161 | logging._releaseLock = _releaseLock |
| 162 | |
| 163 | def resolveCrossReferences(): |
| 164 | """ |
| 165 | Place for cross-reference resolution |
| 166 | """ |
| 167 | |
| 168 | lib.core.threads.isDigit = isDigit |
| 169 | lib.core.threads.readInput = readInput |
| 170 | lib.core.common.getPageTemplate = getPageTemplate |
| 171 | lib.core.convert.filterNone = filterNone |
| 172 | lib.core.convert.isListLike = isListLike |
| 173 | lib.core.convert.shellExec = shellExec |
| 174 | lib.core.convert.singleTimeWarnMessage = singleTimeWarnMessage |
| 175 | lib.core.option._pympTempLeakPatch = pympTempLeakPatch |
| 176 | lib.request.connect.setHTTPHandlers = _setHTTPHandlers |
| 177 | lib.utils.search.setHTTPHandlers = _setHTTPHandlers |
| 178 | lib.controller.checks.setVerbosity = setVerbosity |
| 179 | lib.utils.sqlalchemy.getSafeExString = getSafeExString |
| 180 | thirdparty.ansistrm.ansistrm.stdoutEncode = stdoutEncode |
| 181 | |
| 182 | def pympTempLeakPatch(tempDir): |
| 183 | """ |