Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(14) | Call(14) | Derive(0) | Import(0)
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/pythonwin/pywin/framework/winout.py main(Download)
except win32ui.error: # This can happen as the app is shutting down, so we send it to the C++ debugger win32api.OutputDebugString(message) # delegate certain fns to my view.
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/pythonwin/pywin/framework/winout.py SublimeSpeech(Download)
except win32ui.error: # This can happen as the app is shutting down, so we send it to the C++ debugger win32api.OutputDebugString(message) # delegate certain fns to my view.
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/pythonwin/pywin/framework/winout.py SublimeSpeech(Download)
except win32ui.error: # This can happen as the app is shutting down, so we send it to the C++ debugger win32api.OutputDebugString(message) # delegate certain fns to my view.
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/pythonwin/pywin/framework/winout.py TrustRouter(Download)
except win32ui.error: # This can happen as the app is shutting down, so we send it to the C++ debugger win32api.OutputDebugString(message) # delegate certain fns to my view.
src/e/i/einstein-HEAD/Python25Einstein/Lib/site-packages/pythonwin/pywin/framework/winout.py einstein(Download)
except win32ui.error: # This can happen as the app is shutting down, so we send it to the C++ debugger win32api.OutputDebugString(message) # delegate certain fns to my view.
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/win32com/server/dispatcher.py main(Download)
def _trace_(self, *args): for arg in args[:-1]: win32api.OutputDebugString(str(arg)+" ") win32api.OutputDebugString(str(args[-1])+"\n")
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/win32com/server/dispatcher.py SublimeSpeech(Download)
def _trace_(self, *args): for arg in args[:-1]: win32api.OutputDebugString(str(arg)+" ") win32api.OutputDebugString(str(args[-1])+"\n")
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/win32com/server/dispatcher.py SublimeSpeech(Download)
def _trace_(self, *args): for arg in args[:-1]: win32api.OutputDebugString(str(arg)+" ") win32api.OutputDebugString(str(args[-1])+"\n")
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/win32comext/axscript/client/framework.py main(Download)
def write(self,message): try: self.redir.write(message) except: win32api.OutputDebugString(message.encode('mbcs'))
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/win32comext/axscript/client/framework.py SublimeSpeech(Download)
def write(self,message): try: self.redir.write(message) except: win32api.OutputDebugString(message.encode('mbcs'))
1 | 2 Next