代码搜索结果

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

docstringsprefpage.java

package org.python.pydev.editor.correctionassist.docstrings; import java.util.StringTokenizer; import org.eclipse.core.runtime.Preferences; import org.eclipse.core.runtime.Preferences.IProperty

fixcompletionproposal.java

/* * Created on Oct 19, 2004 * * @author Fabio Zadrozny */ package org.python.pydev.editor.correctionassist; import org.eclipse.jface.text.Assert; import org.eclipse.jface.text.BadLocatio

markerresolution.java

/* * Created on Sep 22, 2004 * * @author Fabio Zadrozny */ package org.python.pydev.editor.correctionassist; import org.eclipse.core.resources.IMarker; import org.eclipse.jface.dialogs.Me

jobprogresscomunicator.java

/* * Created on Nov 19, 2004 * * @author Fabio Zadrozny */ package org.python.pydev.utils; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.jobs.Job; /

filesorter.java

package org.python.pydev.tree; import java.io.File; import org.eclipse.jface.viewers.ViewerSorter; public class FileSorter extends ViewerSorter { public int category(Object element) {

lexpython.cxx.svn-base

// Scintilla source code edit control /** @file LexPython.cxx ** Lexer for Python. **/ // Copyright 1998-2002 by Neil Hodgson // The License.txt file describes the conditi

generate_template.py.txt

#!/usr/bin/python2.3 # # Copyright (c) 2006 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may

dbus-buddyicons-example.py

#!/usr/bin/env python # # Print the aliases of buddies who have a buddy-icon set. # # Purple is the legal property of its developers, whose names are too numerous # to list here. Please refer to the

__init__.py

""" SNMP framework for Python. The pysnmp.compat.snmpy sub-package implements a *limited* compatibility API to the snmpy package (http://www.sf.net/projects/snmpy/). Copyright 1999-2002

__init__.py

""" SNMP framework for Python. The pysnmp.proto.api.generic sub-package implements a high-level API to various SNMP messages. NOTICE: this API has been considered obsolete in favor of a