代码搜索:Python
找到约 10,000 项符合「Python」的源代码
代码结果 10,000
www.eeworm.com/read/369274/9657136
check_release
#! /usr/bin/env python
### Copyright (C) 2002-2003 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU Gener
www.eeworm.com/read/369274/9657137
make_release
#! /usr/bin/env python
### Copyright (C) 2002-2003 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU Gener
www.eeworm.com/read/369274/9657189
meld
#! /usr/bin/env python
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU Gener
www.eeworm.com/read/415663/11059371
py gen_condor_jobs.py
#!/lusr/bin/python
import os
condor_header="""+Group = "PROF"
+Project = "NETWORKING_MULTIMEDIA"
+ProjectDescription = "compact routing 512-232-7890"
Requirements = InMastodon && OpSys == "LINUX"
Uni
www.eeworm.com/read/132667/14079465
sendsms
#!/usr/bin/python
import os, string, sys, urllib
HOST = "localhost"
PORT = 13013
USERNAME = "tester"
PASSWORD = "foobar"
NUMBERS = "~/.sendsms.dat"
def is_a_phone_number(str):
if not str:
www.eeworm.com/read/132665/14081177
todo
TODO for the libxml2 Python wrappers
$Id: TODO,v 1.8 2002/02/06 16:06:57 veillard Exp $
Things to do:
-------------
- SAX interfaces
- push is done but no generic interface
www.eeworm.com/read/132665/14081206
py reader7.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
result = ""
www.eeworm.com/read/132665/14081221
py reader8.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
#
# Parse a
www.eeworm.com/read/132665/14081243
py walker.py
#!/usr/bin/python -u
#
# this tests the entities substitutions with the XmlTextReader interface
#
import sys
import StringIO
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
result = ""
www.eeworm.com/read/110490/15532487
in pure-config.py.in
#! @PYTHON@
# Authors Unknown of original pure-config.py
# Copyright 2001 by Joshua Rodman ,
# Modifications Copyright 2001-2003 by Matthias Andree
#
# Al