Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(49) | Call(49) | Derive(0) | Import(0)
src/d/i/digsby-HEAD/installer/py2exe/py2exe/samples/extending/setup.py digsby(Download)
else: print "Ok, using win32api." win32api.ShellExecute(0, "compile", self.pathname, None,
src/p/y/pywin-boilerplate-HEAD/example.py pywin-boilerplate(Download)
def open_webpage(url): win32api.ShellExecute(0, "open", url, "", "", 0) class Example(object):
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/pythonwin/pywin/framework/help.py main(Download)
else: # Hope that the extension is registered, and we know what to do! win32api.ShellExecute(0, "open", fileName, None, "", win32con.SW_SHOW) return fileName finally:
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/pythonwin/pywin/framework/help.py TrustRouter(Download)
else: # Hope that the extension is registered, and we know what to do! win32api.ShellExecute(0, "open", fileName, None, "", win32con.SW_SHOW) return fileName finally:
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/pythonwin/pywin/framework/help.py SublimeSpeech(Download)
else: # Hope that the extension is registered, and we know what to do! win32api.ShellExecute(0, "open", fileName, None, "", win32con.SW_SHOW) return fileName finally:
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/pythonwin/pywin/framework/help.py SublimeSpeech(Download)
else: # Hope that the extension is registered, and we know what to do! win32api.ShellExecute(0, "open", fileName, None, "", win32con.SW_SHOW) return fileName finally:
src/e/i/einstein-HEAD/Python25Einstein/Lib/site-packages/pythonwin/pywin/framework/help.py einstein(Download)
else: # Hope that the extension is registered, and we know what to do! win32api.ShellExecute(0, "open", fileName, None, "", win32con.SW_SHOW) return fileName finally:
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/site-packages/pythonwin/pywin/framework/app.py main(Download)
def OnButHomePage(self, id, code): if code == win32con.BN_CLICKED: win32api.ShellExecute(0, "open", "http://starship.python.net/crew/mhammond/win32", None, "", 1) def Win32RawInput(prompt=None):
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/pythonwin/pywin/framework/app.py TrustRouter(Download)
def OnButHomePage(self, id, code): if code == win32con.BN_CLICKED: win32api.ShellExecute(0, "open", "http://starship.python.net/crew/mhammond/win32", None, "", 1) def Win32RawInput(prompt=None):
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/pythonwin/pywin/framework/app.py SublimeSpeech(Download)
def OnButHomePage(self, id, code): if code == win32con.BN_CLICKED: win32api.ShellExecute(0, "open", "http://starship.python.net/crew/mhammond/win32", None, "", 1) def Win32RawInput(prompt=None):
1 | 2 | 3 | 4 | 5 Next