代码搜索结果

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

cmakelists.txt

PROJECT(PyBuffer) FIND_PACKAGE(WrapITK REQUIRED) # Deal with numarray package Options SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}") FIND_PACKAGE( NUMARRAY ) INCLUDE_DIRECTORIES( ${PYTHON_NU

timtest.py

#! /usr/bin/env python # A test driver using "the standard" test directory structure. See also # rates.py and cmp.py for summarizing results. This runs an NxN test grid, # skipping the diagonal. "

mboxtest.py

#! /usr/bin/env python """mboxtest.py: A test driver for classifier. Usage: mboxtest.py [options] Options: -f FMT One of unix, mmdf, mh, or qmail. Specifies mailbox format

jtag.py

#!/usr/bin/env python #Parallel JTAG programmer for the MSP430 embedded proccessor. # #(C) 2002 Chris Liechti #this is distributed under a free software license, see license.txt # #

jtag.py

#!/usr/bin/env python #Parallel JTAG programmer for the MSP430 embedded proccessor. # #(C) 2002 Chris Liechti #this is distributed under a free software license, see license.txt # #

testing.py

# $Id: testing.py,v 1.1 2004/08/10 14:22:07 sean Exp $ # # Project: MapServer # Purpose: xUnit style Python mapscript testing utilities # Author: Sean Gillies, sgillies@frii.com # # ==============

outputformattest.py

# $Id: outputformattest.py,v 1.7 2005/03/10 22:57:25 sean Exp $ # # Project: MapServer # Purpose: xUnit style Python mapscript tests of outputFormatObj # Author: Sean Gillies, sgillies@frii.com #

testing.py

# $Id: testing.py,v 1.10 2005/07/27 17:42:28 sean Exp $ # # Project: MapServer # Purpose: xUnit style Python mapscript testing utilities # Author: Sean Gillies, sgillies@frii.com # # =============

labeltest.py

# $Id: labeltest.py,v 1.3 2005/01/30 02:18:27 sean Exp $ # # Project: MapServer # Purpose: xUnit style Python mapscript tests of Map # Author: Sean Gillies, sgillies@frii.com # # =================

colortest.py

# $Id: colortest.py,v 1.2 2004/10/26 15:43:54 sean Exp $ # # Project: MapServer # Purpose: xUnit style Python mapscript tests of colorObj # Author: Sean Gillies, sgillies@frii.com # # ============