代码搜索结果

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

alltests.java

package org.python.pydev.refactoring.tests; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new Test

alltests.java

package org.python.pydev.refactoring.tests.core; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new

ivalidationpage.java

package org.python.pydev.refactoring.ui.pages.listener; import org.eclipse.jface.wizard.IWizardPage; import org.eclipse.swt.widgets.Listener; public interface IValidationPage extends IWizardPag

c14n.py

#! /usr/bin/env python '''XML Canonicalization This module generates canonical XML, as defined in http://www.w3.org/TR/xml-c14n It is limited in that it can only canonicalize an element an

scriptingextensioninitializer.java

package org.python.pydev.jython; import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer; import org.eclipse.core.runtime.preferences.DefaultScope; import org.osgi.service.prefs

docutilstest.java

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

encodingstest.java

package org.python.pydev.core; import java.nio.charset.Charset; import junit.framework.TestCase; public class EncodingsTest extends TestCase { public static void main(String[] args) {

ref.java

/* * Created on Nov 12, 2004 * * @author Fabio Zadrozny */ package org.python.pydev.core; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.Buffered

pyselection.java

/* * @author: ptoofani * @author Fabio Zadrozny * Created: June 2004 * License: Common Public License v1.0 */ package org.python.pydev.core.docutils; import java.util.ArrayList; impor

objectspool.java

/* * Created on Apr 9, 2006 */ package org.python.pydev.core; import java.lang.ref.WeakReference; import java.util.Map; import java.util.WeakHashMap; /** * This pool is to be regarded a