Searched refs:interaction (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | debugger_r.py | 63 def interaction(self, message, frame, info=None): member in GUIProxy 66 self.conn.remotecall(self.oid, "interaction", 289 def interaction(self, message, fid, modified_info): member in GUIAdapter 292 self.gui.interaction(message, frame, modified_info) 354 interaction requests coming from the subprocess debugger via the GUIProxy.
|
H A D | debugger.py | 24 self.gui.interaction(message, frame) 33 self.gui.interaction(message, frame, info) 76 # the main event loop, but from the nested event loop in 'interaction' 81 # callback to debugger's interaction() 95 # - the debugger's interaction routine completes normally 204 def interaction(self, message, frame, info=None): member in Debugger
|
/third_party/python/Lib/ |
H A D | pdb.py | 307 # from the interaction, save leftover rc lines 308 # to execute before next interaction 321 self.interaction(frame, None) 331 self.interaction(frame, None) 337 Returns True if the normal interaction function must be called, 363 self.interaction(frame, None) 382 self.interaction(frame, exc_traceback) 384 # General interaction function 411 def interaction(self, frame, traceback): member in Pdb 421 # no interaction desire [all...] |
H A D | doctest.py | 2652 p.interaction(None, sys.exc_info()[2])
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 582 This may be due to an extension interaction not having the correct <require depends="">\n\
|
Completed in 7 milliseconds