代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/258350/4357115
py docbeauty.py
#!/usr/bin/env python
#
# DocBeauty (c) 2003, 2004 David Turner
#
# This program is used to beautify the documentation comments used
# in the FreeType 2 public headers.
#
from s
www.eeworm.com/read/258350/4357120
py docmaker.py
#!/usr/bin/env python
#
# DocMaker (c) 2002, 2004 David Turner
#
# This program is a re-write of the original DocMaker took used
# to generate the API Reference of the FreeType f
www.eeworm.com/read/255402/4376491
py radiusd_test.py
#
# Python module test
# Miguel A.L. Paraz
import radiusd
def instantiate(p):
print "*** instantiate ***"
print p
def authorize(p):
print "*** authorize ***"
print
rad
www.eeworm.com/read/159001/5589185
py docmaker.py
#!/usr/bin/env python
#
# DocMaker 0.1 (c) 2000-2001 David Turner
#
# DocMaker is a very simple program used to generate the API Reference
# of programs by extracting comments
www.eeworm.com/read/132665/14081213
py reader6.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
schema="""
www.eeworm.com/read/107689/15603293
py cvsdb.py
# -*- Mode: python -*-
#
# Copyright (C) 2000 The ViewCVS Group. All Rights Reserved.
#
# By using this file, you agree to the terms and conditions set forth in
# the LICENSE.html file which can be fo
www.eeworm.com/read/103224/15740082
py lj_journal.py
# pyLJclient - a python based live journal client with a wxPython gui
# Copyright (C) 2002 Sameer Chowdhury
# refer to "about this software.txt" for info on licensing
from lj import lj_procs, fri
www.eeworm.com/read/100773/15864501
py asyncore.py
# -*- Mode: Python; tab-width: 4 -*-
# $Id: asyncore.py,v 2.49 2000/05/04 06:06:04 rushing Exp $
# Author: Sam Rushing
# =====================================================
www.eeworm.com/read/390191/8479066
py testdistcc.py
#! /usr/bin/env python2.2
# Copyright (C) 2002, 2003, 2004 by Martin Pool
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Gen
www.eeworm.com/read/289414/8553385
py svmstruct.py
"""A module that SVM^python interacts with to do its evil bidding."""
svmpython_parameters = {'index_from_one':False}
def parse_struct_parameters(sparm):
"""Sets attributes of sparm based on com