代码搜索结果

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

log-police.py

#!/usr/bin/python # log-police.py: Ensure that log messages end with a single newline. # See usage() function for details, or just run with no arguments. import os import sys import getopt import s

commit-block-joke.py

#!/usr/bin/env python import sys, os, string SVNLOOK='/usr/local/bin/svnlook' MESSAGE=""" Dear {AUTHOR}: We're sorry, but we just couldn't allow you to have the revision {REVISION} commit.

basic_tests.py

#!/usr/bin/env python # # basic_tests.py: testing working-copy interactions with ra_local # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. #

odb_mysql.py

#! /usr/bin/env python """ usage: %(progname)s [args] """ # import startscript; startscript.init(__name__) import os, sys, string, time, getopt from log import * import odb import MySQLdb class D

bsl.py

#!/usr/bin/env python # Serial Bootstrap Loader software for the MSP430 embedded proccessor. # # (C) 2001-2003 Chris Liechti # this is distributed under a free software license, see

cachedjarspackagemanager.java

// Copyright (c) Corporation for National Research Initiatives // Copyright 2000 Samuele Pedroni package org.python.core; import java.util.Hashtable; import java.util.Vector; import java.util.Enumer

fileutil.java

// Copyright (c) 2003 Jython project package org.python.core; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.io.IOException; /** * Utility methods for Java file handl

bytecodeloader.java

// Copyright (c) Corporation for National Research Initiatives package org.python.core; import java.io.*; import java.util.StringTokenizer; import java.util.Hashtable; import java.util.Vector; /**

cmpoptype.java

// Autogenerated AST node package org.python.parser.ast; public interface cmpopType { public static final int Eq = 1; public static final int NotEq = 2; public static final int Lt = 3;

operatortype.java

// Autogenerated AST node package org.python.parser.ast; public interface operatorType { public static final int Add = 1; public static final int Sub = 2; public static final int Mult = 3