Searched refs:_DEBUG_FORCE (Results 1 – 2 of 2) sorted by relevance
44 _DEBUG_FORCE = None # Ignore -d/--debug if this is not none. variable202 if _DEBUG_FORCE is not None:203 app_startup_runner._debug = _DEBUG_FORCE
54 _DEBUG_FORCE = None # Ignore -d/--debug if this is not none. variable298 if _DEBUG_FORCE is not None:299 _debug = _DEBUG_FORCE