代码搜索结果

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

makefile.python

############################################################################# # Software Testing Automation Framework (STAF) # # (C) Copyright IBM Corp. 2001

makefile.python

############################################################################# # Software Testing Automation Framework (STAF) # # (C) Copyright IBM Corp. 2001

python.h

#ifndef EL__SCRIPTING_PYTHON_PYTHON_H #define EL__SCRIPTING_PYTHON_PYTHON_H struct module; extern struct module python_scripting_module; #endif

python.c

/* Python module */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "scripting/python/core.h" #include "elinks.h" #include "main/module.h" #include "scripting/python/hooks.h" struct mod

python.jam

# Copyright 2004 Vladimir Prus. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # Support

python.jam

if ! $(gPYTHON_INCLUDED) { gPYTHON_INCLUDED = true ; import testing ; # Do some OS-specific setup if $(NT) { CATENATE = type ; } else if $(UNIX) { CATENATE = cat ; } PYT

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.g

/* [The 'BSD licence'] Copyright (c) 2004 Terence Parr and Loring Craymer All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted prov