代码搜索结果

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

blame_tests.py

#!/usr/bin/env python # # blame_tests.py: testing line-by-line annotation. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ========

genctype.py

#! /usr/bin/python """getctype.py - Generate the svn_ctype character classification table. """ import string # Table of ASCII character names names = ('nul', 'soh', 'stx', 'etx', 'eot', 'enq', 'ack'

linenumbertable.java

// Copyright 2001 Finn Bock package org.python.compiler; import java.io.*; import java.util.*; public class LineNumberTable extends Attribute { int attName; ConstantPool pool; Vector li

pyjavaclass.java

// Copyright (c) Corporation for National Research Initiatives package org.python.core; import java.lang.reflect.*; import java.beans.*; /** * A wrapper around a java class. */ public class PyJav

pathpackagemanager.java

// Copyright (c) Corporation for National Research Initiatives // Copyright 2000 Samuele Pedroni package org.python.core; import java.io.*; import java.lang.reflect.Modifier; /** Path package manag

weakinternaltables.java

// Copyright 2000 Samuele Pedroni package org.python.core; import java.lang.ref.*; import java.util.*; public class WeakInternalTables extends AutoInternalTables { private static class Ref ext

pyreflectedfield.java

// Copyright (c) Corporation for National Research Initiatives package org.python.core; import java.lang.reflect.Field; import java.lang.reflect.Modifier; public class PyReflectedField extends PyOb

autointernaltables.java

// Copyright 2000 Samuele Pedroni package org.python.core; import java.lang.ref.*; import java.util.*; public abstract class AutoInternalTables extends InternalTables2 { protected ReferenceQue

pygenerator.java

// Copyright 2002 Finn Bock package org.python.core; public class PyGenerator extends PyIterator { public PyFrame gi_frame; PyObject closure; public boolean gi_running; public PyGe

syspatharchive.java

package org.python.core; import java.io.*; import java.util.zip.*; public class SyspathArchive extends PyString { private ZipFile zipFile; public SyspathArchive(String archiveName) throws I