代码搜索结果

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

stringobject.c

/* Portions Copyright (c) 2005-2007 Nokia Corporation */ /* String object implementation */ #include "Python.h" #include #ifdef COUNT_ALLOCS int null_strings, one_strings; #endif

strerror.c

/* PD implementation of strerror() for systems that don't have it. Author: Guido van Rossum, CWI Amsterdam, Oct. 1990, . */ #include #include "Python.h" extern int

mysnprintf.cpp

/* Portions Copyright (c) 2005 Nokia Corporation */ #include "Python.h" #include #include /* snprintf() wrappers. If the platform has vsnprintf, we use it, else we emul

bltinmodule.c

/* Portions Copyright (c) 2005 Nokia Corporation */ /* Built-in functions */ #include "Python.h" #include "node.h" #include "compile.h" #include "eval.h" #include #ifdef RIS

dummymodule.py

from mod_python import apache apache.log_error("dummymodule / %s" % apache.interpreter) def function(): apache.log_error("dummymodule::function / %s" % apache.interpreter) apache.main_server

lazy.py

# $Id: lazy.py,v 1.1 2003/03/26 16:03:58 magnun Exp $ # # This file is part of the pydns project. # Homepage: http://pydns.sourceforge.net # # This code is covered by the standard Python License. # #

__init__.py

# $Id: __init__.py,v 1.1 2003/03/26 16:03:58 magnun Exp $ # # This file is part of the pydns project. # Homepage: http://pydns.sourceforge.net # # This code is covered by the standard Python License.

symbian-81-armv5.cf

# -*- python -*- # # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: symbian-81-armv5.cf,v 1.2 2004/12/08 22:36:18 pankajgupta Exp $ # # Portions Copyright (c) 1995-2004 RealNetwork

helix-client-mobile-common.pfi

# -*- python -*- # # # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: helix-client-mobile-common.pfi,v 1.13 2004/10/25 20:55:21 gwright Exp $ # # Portions Copyright (c) 1995-2004 RealN

helix-client-mobile-advanced.pf

# -*- python -*- # # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: helix-client-mobile-advanced.pf,v 1.3 2004/07/21 00:12:49 milko Exp $ # # Portions Copyright (c) 1995-2004 RealNetwo