代码搜索结果

找到约 11,834 项符合 Python 的代码

python.js

/** * Python syntax v 1.1 * * v1.1 by Andre Roberge (2006/12/27) * **/ editAreaLoader.load_syntax["python"] = { 'COMMENT_SINGLE' : {1 : '#'} ,'COMMENT_MULTI' : {} ,'QUOTEMARKS' :

python.py

#!/usr/bin/env python import os import distutils import sys from os.path import sep, join from distutils import sysconfig from commonPkgConfigUtils import * def pkgTests(forceCompiler=None, scon

python.rst

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The Boost Parameter Library Python Binding Documentation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ :Authors

python.mk

############################################################# # # python # ############################################################# PYTHON_VERSION=2.3.4 PYTHON_SOURCE:=Python-$(PYTHON_VERSION).ta

python-gentoo_py_dontcompile.patch

--- Python-2.3.2/Python/import.c 2003-10-08 12:29:03.166032656 +0100 +++ import.c 2003-10-08 12:32:57.423420120 +0100 @@ -808,8 +808,12 @@ write_compiled_module(PyCodeObject *co, char *cpathname, lon

python-disable_modules_and_ssl.patch

--- python.old/setup.py 2003-11-01 19:23:48.495647848 +0000 +++ python/setup.py 2003-11-01 19:24:16.044459792 +0000 @@ -15,7 +15,14 @@ from distutils.command.install_lib import install_lib # This

python-cross-compile.patch

--- Python-2.3.4/Makefile.pre.in.orig 2003-11-18 14:54:00.000000000 -0500 +++ Python-2.3.4/Makefile.pre.in 2004-07-29 21:44:47.075924464 -0400 @@ -159,6 +159,7 @@ PYTHON= python$(EXE) BUILDPYTHON

python.tex

\chapter{Python interface} \ffc{} provides a Python interface in the form of a standard Python module. The following example demonstrates how to define and compile the variational problem for Poisson

python.js

/** * Python syntax v 1.1 * * v1.1 by Andre Roberge (2006/12/27) * **/ editAreaLoader.load_syntax["python"] = { 'COMMENT_SINGLE' : {1 : '#'} ,'COMMENT_MULTI' : {} ,'QUOTEMARKS' :

python.mk

[PYTHON::swig_tdb] LIBRARY_REALNAME = _tdb.$(SHLIBEXT) PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG swig_tdb_OBJ_FILES = lib/tdb/tdb_wrap.o $(eval $(call python_py_module_template,tdb.py,lib/tdb/tdb.py))