代码搜索结果

找到约 10,000 项符合 Python 的代码

test.py.svn-base

#!/usr/local/bin/python from xmlrpclib import * import sys server = Server("http://phpxmlrpc.sourceforge.net/server.php") try: print "Got '" + server.examples.getStateName(32) + "'" r = se

test.py

#!/usr/local/bin/python from xmlrpclib import * import sys server = Server("http://phpxmlrpc.sourceforge.net/server.php") try: print "Got '" + server.examples.getStateName(32) + "'" r = se

xwttest.py

#!/usr/bin/env python # # Example for XML Widget Templates # import PicoGUI from PicoGUI import XWTParser parser = XWTParser.XWTParser() wtBinary = parser.Parse(open("test.xwt").read()) app = PicoG

ec6110.py

#! /bin/env/python from Tkinter import * from Components_4 import * from GUICommon import * from Common import * class EC6110(Frame): def __init__(self, master=None): Fra

alldialogs.py

# # Instant Python # $Id: tkMessageBox.py,v 1.1 1997/07/19 20:02:36 guido Exp $ # # tk common message boxes # # this module provides an interface to the native message boxes # available in Tk 4

meshreordering

#!/usr/bin/env python import sys def main(argv): # Get dictionary of connectivities dic_connects = get_connects(argv[0]) # Verify connectivities check_sort(dic_connects) check

slepc.py

#!/usr/bin/env python import os,sys import string import os.path import commands from commonPkgConfigUtils import * def getPetscDir(sconsEnv=None): petsc_dir = getPackageDir("petsc", sconsEnv=sc

numpy.py

#!/usr/bin/env python import os, sys import commands from os.path import sep, join, dirname, abspath from commonPkgConfigUtils import * # FIXME: script fails when running in the same folder as it i

axis.py

#!/usr/bin/env python2 # This is a component of AXIS, a front-end for emc # Copyright 2004, 2005, 2006 Jeff Epler and # Chris Radek # # This pro

posix_dbus.py

''' Low level Skype for Linux interface implemented using python-dbus package. This module handles the options that you can pass to L{ISkype.__init__} for Linux machines w