代码搜索:Python

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

代码结果 10,000
www.eeworm.com/read/298834/3858574

py launchmanycore.py

#!/usr/bin/env python # Written by John Hoffman # see LICENSE.txt for license information from BitTornado import PSYCO if PSYCO.psyco: try: import psyco assert psyco.__version__
www.eeworm.com/read/296222/3907602

py example1.py

#!/usr/bin/python import sys sys.path.append("..") from gpstkPython import * try: time = DayTime() print 'Hello world!' print 'The current GPS week is', time.GPSfullweek() print 'T
www.eeworm.com/read/294947/3914370

py qa_mute.py

#!/usr/bin/env python # # Copyright 2004,2005 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribute it and/or modify # it under the t
www.eeworm.com/read/292636/3951313

py create_languages_js.py

#!/usr/bin/env python import sys, os, re try: import chardet except ImportError: print "You need universal encoding detector for this script" print " http://chardet.feedparser.org or apt
www.eeworm.com/read/283334/4081038

py bundlebuilder.py

#! /usr/bin/env python """\ bundlebuilder.py -- Tools to assemble MacOS X (application) bundles. This module contains two classes to build so called "bundles" for MacOS X. BundleBuilder is a g
www.eeworm.com/read/281683/4113358

py make_flash_header.py

#!/usr/bin/env python # # Take the flash_routine.bin file, and embed it as an array of bytes # in a flash_routine.h, ready for packaging with the C firmware # flasher. # # If a file name is provided o
www.eeworm.com/read/280962/4121105

py logging.py

# logging.py - adapt python logging module to SQLAlchemy # Copyright (C) 2006, 2007, 2008 Michael Bayer mike_mp@zzzcomputing.com # # This module is part of SQLAlchemy and is released under # the MIT L
www.eeworm.com/read/275638/4172945

sconscript

# -*-python-*- import os Import('env') rcsserror = env.SharedLibrary('rcsserror', ['error.cpp']) Default(rcsserror) install = env.Install( env[ 'libdir' ], rcsserror ) Alias('install', install) i
www.eeworm.com/read/273665/4200841

gprinterdata

#!/usr/bin/env python import sys from gtkdictbrowser import GtkDictBrowser, hex_string import gtk from samba import spoolss import string import printerdata # Initialise printerdata dictionary if l
www.eeworm.com/read/273662/4201404

py po-merge.py

#!/usr/bin/env python import os, sys def parse_translation(f): """Read a single translation entry from the file F and return a tuple with the comments, msgid and msgstr. The comments is ret