代码搜索结果

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

gen_swig_runtime.py

#!/usr/bin/env python # # This script copies SWIG runtime code from the SWIG library directory into # C source files that be compiled into DLLs. It's based on SWIG's # Runtime/Makefile.in file.

target-test.py

#!/usr/bin/env python # # target-test.py: testing svn_path_condense_targets. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ====

copy_tests.py

#!/usr/bin/env python # # copy_tests.py: testing the many uses of 'svn cp' and 'svn mv' # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information

__init__.py

__all__ = ["main", "tree", "actions"] import sys if sys.hexversion < 0x2000000: sys.stderr.write('[SKIPPED] at least Python 2.0 is required') # note: exitting is a bit harsh for a library

blame_tests.py

#!/usr/bin/env python # # blame_tests.py: testing line-by-line annotation. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # =

mouse_event.py

#!/usr/bin/env python import wx class MouseEventFrame(wx.Frame): def __init__(self, parent, id): wx.Frame.__init__(self, parent, id, 'Frame With Button', size=(300,

mpdcleanup.py

#!/usr/bin/env python # # (C) 2001 by Argonne National Laboratory. # See COPYRIGHT in top-level directory. # ## NOTE: we do NOT allow this pgm to run via mpdroot """ usage: mpdcleanup', '[-f

mpiexec.py

#!/usr/bin/env python2.4 # # (C) 2001 by Argonne National Laboratory. # See COPYRIGHT in top-level directory. # """ usage: mpiexec [-h or -help or --help] # get this message mpiexec -file

mpdexit.py

#!/usr/bin/env python # # (C) 2001 by Argonne National Laboratory. # See COPYRIGHT in top-level directory. # """ usage: mpdexit mpdid mpdid may be obtained via mpdtrace -l (or may be "loc

testroot.py

#!/usr/bin/env python # (C) 2001 by Argonne National Laboratory. # See COPYRIGHT in top-level directory. # # This program does installs, etc and needs to run start to finish. # Presently, it d