Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ setForcePython
Method
setForcePython
gui/qt/emuthread.cpp:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
void EmuThread::setForcePython(Qt::CheckState state) {
353
m_forcePython.store(state);
354
}
355
356
void EmuThread::debugOpen(int reason, uint32_t data) {
357
std::unique_lock<std::mutex> lock(m_mutexDebug);
Callers
1
setPythonEdition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected