代码搜索结果

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

unicode_internal.py

""" Python 'unicode-internal' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Code

unicode_escape.py

""" Python 'unicode-escape' Codec Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. """ import codecs ### Codec APIs class Codec(

scriptoutput.java

/** * */ package org.python.pydev.jython; import java.io.IOException; import java.io.OutputStream; import java.net.MalformedURLException; import org.eclipse.core.runtime.Preferences; im

astplugin.java

package org.python.pydev.ast; import org.eclipse.ui.plugin.*; import org.osgi.framework.BundleContext; import java.util.*; /** * The main plugin class to be used in the desktop. */ public

lrucachetest.java

package org.python.pydev.core.cache; import junit.framework.TestCase; public class LRUCacheTest extends TestCase { public static void main(String[] args) { junit.textui.TestRunner.run(LRU

cachetest.java

package org.python.pydev.core.cache; import junit.framework.TestCase; public class CacheTest extends TestCase { public static void main(String[] args) { junit.textui.TestRunner.run(CacheT

stringutils.java

/* * Created on 03/09/2005 */ package org.python.pydev.core.docutils; import java.util.ArrayList; import java.util.List; public class StringUtils { public static String format(Strin

pypartitioner.java

/* * License: Common Public License v1.0 * Created on Jun 27, 2005 * * @author Fabio Zadrozny */ package org.python.pydev.core.docutils; import org.eclipse.jface.text.rules.FastPartitio

coreplugin.java

package org.python.pydev.core; import java.util.MissingResourceException; import java.util.ResourceBundle; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContex

pythoncompletioncalltipstest.java

package org.python.pydev.editor.codecompletion; import org.eclipse.core.runtime.CoreException; import org.eclipse.jface.text.BadLocationException; import org.eclipse.jface.text.Document; import