| Trees | Index | Help |
|
|---|
|
ccwsclient
ccwx: ccwx package
p6: P6 is a loosely coupled framework for developing simple,
"wizard"-based publishing applications.
api: p6.api
app
configure
metaconfigure
metadirectives: Component architecture related 'zope' ZCML namespace directive interfaces
metadata: p6.metadata
adapters: Adapters for determining the metadata values as they apply to specific
interfaces and objects.
base: Base metadata field and group support.
events: Interfaces and classes for metadata events.
interfaces: Interfaces for metadata fields, groups and storage.
license: Interfaces for marking License Selector fields as special case.
persistance: Basic metadata persistance functionality.
types: Metadata field type declarations and associated adapters.
storage
ui: p6.ui
events: User interface events and associated interfaces published to notify
other portions of the P6 framework of user interaction.
fields: Adapters from MetadataField type interfaces to actual widgets.
interfaces: UI interfaces.
pages: A collection of standard pages for the P6 framework.
fileselector: Basic file selector page; published ItemSelected events.
license: LicenseChooser custom metadata wizard page.
metadata: Standard metadata page.
store: Storage page for controlling upload process and displaying
feedback.
xml: Generic page which collects the metadata values entered and displays a
rough XML-ish representation.
xrcpage: Generic page class for defining custom XRC-based pages.
wizard: Customized wizard framework -- top level window classes.
zcmlsupport: Local Component Architecture
bbb
interfaces: Various BBB interfaces
site: Site-related BBB components
interface: Interface utility functions
metadirectives: Component architecture related 'zope' ZCML namespace directive interfaces
tests
adapter: Sample adapter class for testing
components: Components for testing
exampleclass: Example test classes
factory: Factory tests.
module: Preliminaries to hookup a test suite with the external TestModule.
test_interface: Interface utility tests
views: Views test.
pyarchive
adapters
cb_ftp: pyarchive.cb_ftp
const: pyarchive.
exceptions: pyarchive.exceptions
identifier: pyarchive.identifier
interfaces
mp3: mp3.py Reads information from an mp3 file.
submission: pyarchive.submission
utils: This module contains utility fuctions.
zope
component: Zope 3 Component Architecture
configuration: Zope configuration support
config: Configuration processor
docutils: Helper Utility to wrap a text to a set width of characters
exceptions: Standard configuration errors
fields: Configuration-specific schema fields
interfaces: Zope Configuration (ZCML) interfaces
name: Provide configuration object name resolution
stxdocs: STX Configuration Documentation Renderer
Usage: stxdocs.py [options]
Options:
-h / --help
Print this message and exit.
tests
bad
directives: Test directives
samplepackage
foo: Sample module used for testing
test_conditions: How to conditionalize specific directives
test_config: Test configuration machinery.
test_docutils: Doc Tests for for zope.configuration.docutils
test_nested: Creating nested directives
When using ZCML, you sometimes nest ZCML directives.
test_simple: How to write a simple directive
This module documents how to write a simple directive.
test_xmlconfig: Test XML configuration (ZCML) machinery.
victim
xmlconfig: Support for the XML configuration file format
zopeconfigure: Zope configure directive
deprecation: Deprecation Package
deprecation: Deprecation Support
event: base event system implementation
tests: Test the event system
exceptions: General exceptions that wish they were standard exceptions
i18n: i18n support.
gettextmessagecatalog: A simple implementation of a Message Catalog.
interfaces: Internationalization of content objects.
locales: Interfaces related to Locales
locales: Locale and LocaleProvider Implementation.
inheritance: Locale Inheritance Support
provider: Locale Provider
tests
test_docstrings: Tests for the ZCML Documentation Module
test_locales: This module tests the LocaleProvider and everything that goes with
it.
test_xmlfactory: Testing all XML Locale functionality.
xmlfactory: XML Locale-related objects and functions
messageid
negotiator: Language Negotiator
simpletranslationdomain: This is a simple implementation of the ITranslationDomain
interface.
tests
locale
test_formats: This module tests the Formats and everything that goes with it.
test_gettextmessagecatalog: Test a gettext implementation of a Message Catalog.
test_imessagecatalog: This is an 'abstract' test for the IMessageCatalog interface.
test_interpolate: This is an 'abstract' test for the ITranslationDomain interface.
testi18nawareobject: This is a test for the II18nAware interface.
testii18naware: This is a test for the II18nAware interface.
translationdomain: Global Translation Service for providing I18n to file-based code.
i18nmessageid: I18n Messages
interface: Interfaces
_flatten: Adapter-style interface registry
adapter: Adapter-style interface registry
advice: Class advice.
common
idatetime: Datetime interfaces.
interfaces: Interfaces for standard python exceptions
mapping: Mapping Interfaces
sequence: Sequence Interfaces
tests
basemapping: Base Mapping tests
test_idatetime: Test for datetime interfaces
declarations: Implementation of interface declarations
document: Pretty-Print an Interface object as structured text (Yum)
exceptions: Interface-specific exceptions
interface: Interface object implementation
interfaces: Interface Package Interfaces
ro: Compute a resolution order for an object and it's bases
tests
dummy: Dummy Module
ifoo: IFoo test module
m1: Test module that declares an interface
m2: Test module that doesn't declare an interface
odd: Odd meta class that doesn't subclass type.
test_adapter: Adapter registry tests
test_advice: Tests for advice
test_declarations: Test the new API for making and checking interface declarations
test_document: Documentation tests.
test_element: Test Element meta-class.
test_interface: Test Interface implementation
test_odd_declarations: Test interface declarations against ExtensionClass-like classes.
test_sorting: Test interface sorting
test_verify: Interface Verify tests
unitfixtures: Unit Test Fixtures
verify: Verify interface implementations
modulealias
metaconfigure: Module Aliases Package
metadirectives: 'zope:modulealias' directive interface
tests
dummymodule
test_modulealias: Module Alias Tests
proxy: More convenience functions for dealing with proxies.
interfaces: Proxy-related interfaces.
tests
test_proxy: Test base proxy class.
schema: Schema package constructor
accessors: Accessors are used to model methods used to access data defined by
fields.
fieldproperty: Computed attributes based on schema fields
interfaces: Schema interfaces and exceptions
tests
states: Sample vocabulary supporting state abbreviations.
test_accessors: Test Interface accessor methods.
test_boolfield: Boolean field tests
test_choice: Test of the Choice field.
test_containerfield: Container field tests
test_date: Date field tests
test_datetime: Datetime Field tests
test_dictfield: Dictionary field tests
test_docs: Tests for the schema package's documentation files
test_equality: Field equality tests
test_field: Generic field tests
test_fieldproperty: Field Properties tests
test_floatfield: Float field tests
test_interfacefield: Interface field tests
test_intfield: Integer field tests
test_iterablefield: Iterable field tests
test_listfield: List field tests
test_objectfield: This set of tests exercises Object fields.
test_schema: Schema field tests
test_setfield: Set field tests.
test_states: Tests of the states example.
test_strfield: String field tests
test_timedelta: Timedelta Field tests
test_tuplefield: Tuple field tests.
test_vocabulary: Test of the Vocabulary and related support APIs.
vocabulary: Vocabulary support for schema.
_bootstrapfields: Bootstrapping fields
_bootstrapinterfaces: Bootstrap schema interfaces and exceptions
_field: Schema Fields
_schema: Schema convenience functions
testing: Set up testing environment
cleanup: Provide a standard cleanup registry
doctest: Module doctest -- a framework for running examples in docstrings.
doctestunit: Extension to use doctest tests as unit tests
formparser: HTML parser that extracts form information.
loggingsupport: Support for testing logging code
loghandler: logging handler for tests that check logging output.
module: Fake module support
tests: Tests for the testing framework.
exceptions: Exceptions used by the Component Architecture
interfaces: Component Architecture Interfaces kept for Backward-Compatibility.
service: Service Manager implementation
servicenames: Default service names for CA core services
tests
components: Components for testing
placelesssetup: Placeless Test Setup
request: Request for tests
StringIO.StringIO:
class StringIO([buffer])
__builtin__.I1
__builtin__.object:
The most base type
p6.zcmlsupport.tests.adapter.Adapter
sets.BaseSet:
Common base class for mutable and immutable sets.
sets.Set:
Mutable set class.
__builtin__.basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
__builtin__.str:
str(object) -> string
__builtin__.unicode:
unicode(string [, encoding[, errors]]) -> object
zope.i18nmessageid.message.Message:
Message (Python implementation)
zope.i18nmessageid.messageid.MessageID:
Message ID.
p6.metadata.base.BasicMetadataStorage:
Reference implementation of p6.metadata.interfaces.IMetadataStorage;
provides facilities for storing and retrieving metadata values.
p6.storage.basic.BasicStorage
p6.zcmlsupport.bbb.site.BBBSiteManager
p6.zcmlsupport.bbb.site.BBBSiteManagerContainer
p6.zcmlsupport.bbb.site.BBBUtilityRegistration
zope.schema.tests.test_fieldproperty.C
p6.zcmlsupport.tests.factory.ClassFactoryWrapper
types.classobj:
classobj(name, bases, dict)
zope.testing.cleanup.CleanUp:
Mix-in class providing clean-up setUp and tearDown routines.
p6.zcmlsupport.tests.components.Comp
zope.configuration.tests.directives.Complex
zope.configuration.config.ComplexStackItem:
Complex stack item
zope.configuration.config.ConfigurationAdapterRegistry:
Simple adapter registry that manages directives as adapters
zope.configuration.config.ConfigurationMachine:
Configuration machine
zope.configuration.config.ConfigurationContext:
Mix-in that implements IConfigurationContext
zope.configuration.config.ConfigurationMachine:
Configuration machine
zope.configuration.config.GroupingContextDecorator:
Helper mix-in class for building grouping directives
zope.configuration.config.ComplexDirectiveDefinition:
Handler for defining complex directives
zope.configuration.config.DirectivesHandler:
Handler for the directives directive
zope.configuration.tests.directives.Packaged
zope.configuration.tests.test_nested.Schema:
Handle schema directives
zope.configuration.zopeconfigure.ZopeConfigure:
Zope configure directive
p6.zcmlsupport.tests.components.Content
datetime.date:
date(year, month, day) --> date object
datetime.datetime:
datetime(year, month, day[, hour[, minute[, second[,
microsecond[,tzinfo]]]]])
zope.deprecation.deprecation.DeprecatedGetProperty
__builtin__.dict:
dict() -> new empty dictionary.
zope.configuration.config.ComplexDirectiveDefinition:
Handler for defining complex directives
zope.testing.formparser.Form:
A specific form within a page.
zope.i18n.locales.inheritance.InheritingDictionary:
Implementation of a dictionary that can also inherit values.
p6.zcmlsupport.tests.exampleclass.ExampleClass
zope.configuration.tests.directives.F
zope.configuration.tests.test_xmlconfig.FauxContext
zope.configuration.tests.test_xmlconfig.FauxLocator
zope.schema.fieldproperty.FieldProperty:
Computed attributes based on schema fields
zope.schema.tests.test_objectfield.FieldPropertyTestClass
zope.configuration.tests.test_simple.FileInfo
__builtin__.float:
float(x) -> floating point number
zope.testing.formparser.FormParser
zope.i18n.gettextmessagecatalog.GettextMessageCatalog:
A message catalog based on GNU gettext and Python's gettext
module.
zope.i18n.tests.testi18nawareobject.I18nAwareContentObject
zope.i18n.locales.inheritance.Inheritance:
A simple base version of locale inheritance.
zope.i18n.locales.inheritance.AttributeInheritance:
Implementation of locale inheritance for attributes.
zope.i18n.locales.Locale:
Implementation of the ILocale interface.
zope.i18n.locales.LocaleCalendar:
Represents locale data for a calendar, like 'gregorian'.
zope.i18n.locales.LocaleDates:
Simple ILocaleDates implementation that can inherit data from other
locales.
zope.i18n.locales.LocaleDisplayNames:
Locale display names with inheritable data.
zope.i18n.locales.LocaleFormatLength:
Specifies one of the format lengths of a specific quantity, like
numbers, dates, times and datetimes.
zope.i18n.locales.tests.test_docstrings.LocaleInheritanceStub
zope.i18n.locales.LocaleNumbers:
Implementation of ILocaleCurrency including inheritance support.
zope.i18n.locales.LocaleOrientation:
Implementation of ILocaleOrientation
zope.i18n.locales.inheritance.InheritingDictionary:
Implementation of a dictionary that can also inherit values.
zope.testing.formparser.Input:
Input element.
zope.testing.formparser.Select:
Select element.
__builtin__.int:
int(x[, base]) -> integer
__builtin__.bool:
bool(x) -> bool
__builtin__.list:
list() -> new list list(sequence) -> new list initialized from
sequence's items
zope.testing.formparser.FormCollection:
Collection of all forms from a page.
p6.metadata.events.LoadMetadataEvent
zope.i18n.tests.test_formats.LocaleCalendarStub
zope.i18n.locales.LocaleCurrency:
Simple implementation of ILocaleCurrency without inheritance support,
since it is not needed for a single currency.
zope.i18n.locales.xmlfactory.LocaleFactory:
This class creates a Locale object from an ICU XML file.
zope.i18n.locales.LocaleFormat:
Specifies one of the format of a specific format length.
zope.i18n.locales.LocaleIdentity:
Represents a unique identification of the locale
zope.i18n.locales.provider.LocaleProvider:
A locale provider that get's its data from the XML data.
zope.i18n.tests.test_formats.LocaleStub
zope.i18n.locales.LocaleTimeZone:
Specifies one of the timezones of a specific locale.
zope.i18n.locales.LocaleVersion:
Represents a particular version of a locale
zope.i18nmessageid.message.MessageFactory:
Factory for creating i18n messages.
zope.i18nmessageid.messageid.MessageIDFactory:
Factory for creating MessageIDs.
p6.configure.metaconfigure.MGroupDirective:
A metadata group.
zope.schema.tests.test_strfield.MultiLine
zope.i18n.negotiator.Negotiator
zope.schema.tests.test_objectfield.NotFullyImplementedTestClass
zope.testing.formparser.Option:
Individual value representation for a select element.
p6.configure.metaconfigure.PagesDirective:
Definition of a set of pages.
zope.configuration.xmlconfig.ParserInfo:
Information about a directive based on parser data
p6.zcmlsupport.tests.views.R1
zope.configuration.config.RootStackItem
zope.configuration.config.GroupingStackItem:
Stack item for a grouping directive
zope.schema.tests.test_vocabulary.SampleTerm
zope.schema.tests.test_vocabulary.SampleVocabulary
zope.deprecation.deprecation.ShowSwitch:
Simple stack-based switch.
zope.configuration.config.SimpleStackItem:
Simple stack item
zope.schema.vocabulary.SimpleTerm:
Simple tokenized term used by SimpleVocabulary.
zope.i18n.simpletranslationdomain.SimpleTranslationDomain:
This is the simplest implementation of the ITranslationDomain I could
come up with.
zope.schema.vocabulary.SimpleVocabulary:
Vocabulary that works from a sequence of terms.
zope.schema.tests.test_strfield.SingleLine
zope.schema.tests.states.State
zope.schema.tests.states.StateVocabulary
p6.configure.metaconfigure.StorageDirective:
A storage declaration.
zope.configuration.tests.samplepackage.foo.stuff
unittest.TestCase:
A class whose instances are single test cases.
zope.schema.tests.test_vocabulary.BaseTest
zope.schema.tests.test_vocabulary.RegistryTests:
Tests of the simple vocabulary and presentation registries.
zope.schema.tests.test_field.FieldDefaultBehaviour
zope.schema.tests.test_equality.FieldEqualityTests
zope.schema.tests.test_field.FieldTestBase
zope.schema.tests.test_boolfield.BoolTest:
Test the Bool Field.
zope.schema.tests.test_containerfield.ContainerTest:
Test the Container Field.
zope.schema.tests.test_date.DateTest:
Test the Date Field.
zope.schema.tests.test_datetime.DatetimeTest:
Test the Datetime Field.
zope.schema.tests.test_dictfield.DictTest:
Test the Dict Field.
zope.schema.tests.test_field.FieldTest:
Test generic Field.
zope.schema.tests.test_floatfield.FloatTest:
Test the Float Field.
zope.schema.tests.test_interfacefield.InterfaceTest:
Test the Bool Field.
zope.schema.tests.test_intfield.IntTest:
Test the Int Field.
zope.schema.tests.test_iterablefield.IterableTest:
Test the Iterable Field.
zope.schema.tests.test_listfield.ListTest:
Test the List Field.
zope.schema.tests.test_objectfield.ObjectTest:
Test the Object Field.
zope.schema.tests.test_setfield.SetTest:
Test the Tuple Field.
zope.schema.tests.test_strfield.StrTest:
Test the Str Field.
zope.schema.tests.test_timedelta.TimedeltaTest:
Test the Timedelta Field.
zope.schema.tests.test_tuplefield.TupleTest:
Test the Tuple Field.
zope.i18n.locales.tests.test_xmlfactory.LocaleXMLFileTestCase:
This test verifies that every locale XML file can be loaded.
zope.schema.tests.test_schema.SchemaTest
zope.schema.tests.test_vocabulary.SimpleVocabularyTests
zope.schema.tests.test_states.StateSelectionTest
zope.modulealias.tests.test_modulealias.Test
zope.schema.tests.test_accessors.Test
zope.schema.tests.test_fieldproperty.Test
zope.i18n.tests.test_formats.TestBuildDateTimeParseInfo:
This class tests the functionality of the buildDateTimeParseInfo()
method with the German locale.
zope.i18n.tests.test_formats.TestDateTimeFormat:
Test the functionality of an implmentation of the ILocaleProvider
interface.
zope.i18n.tests.test_formats.TestDateTimePatternParser:
Extensive tests for the ICU-based-syntax datetime pattern parser.
zope.i18n.locales.tests.test_locales.TestGlobalLocaleProvider
zope.i18n.tests.testii18naware.TestII18nAware
zope.i18n.locales.tests.test_locales.TestILocaleProvider:
Test the functionality of an implmentation of the ILocaleProvider
interface.
zope.i18n.tests.test_interpolate.TestInterpolation
zope.i18n.locales.tests.test_locales.TestLocaleAndProvider
zope.i18n.tests.test_formats.TestNumberFormat:
Test the functionality of an implmentation of the NumberFormat.
zope.i18n.tests.test_formats.TestNumberPatternParser:
Extensive tests for the ICU-based-syntax number pattern parser.
zope.i18n.locales.tests.test_locales.TestRootLocale:
There were some complaints that the root locale does not work
correctly, so make sure it does.
zope.schema.tests.test_choice.Value_ChoiceFieldTests:
Tests of the Choice Field using values.
zope.schema.tests.test_choice.Vocabulary_ChoiceFieldTests:
Tests of the Choice Field using vocabularies.
zope.interface.tests.test_advice.AdviceTests
zope.testing.doctest.DocTestCase
zope.interface.tests.test_advice.FrameInfoTest
zope.interface.tests.test_interface.InterfaceTests
zope.proxy.tests.test_proxy.ProxyTestCase
zope.interface.tests.test_declarations.Test
zope.interface.tests.test_document.Test
zope.interface.tests.test_odd_declarations.Test
zope.interface.tests.test_sorting.Test
zope.interface.tests.test_verify.Test
zope.interface.common.tests.test_idatetime.TestDateTimeInterfaces
zope.interface.tests.test_element.TestElement
zope.schema.tests.test_objectfield.TestClass
zope.i18n.tests.test_imessagecatalog.TestIMessageCatalog
datetime.timedelta:
Difference between two datetime values.
__builtin__.tuple:
tuple() -> an empty tuple tuple(sequence) -> tuple initialized
from sequence's items
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
p6.metadata.events.UpdateMetadataEvent:
An event for updating the metadata value for a field that applies to a
particular item.
p6.zcmlsupport.tests.views.V1
zope.schema.vocabulary.VocabularyRegistry
p6.zcmlsupport.tests.factory.X
zope.configuration.xmlconfig.XMLConfig:
Provide high-level handling of configuration files.
zope.component._adapts_descr
zope.i18n.gettextmessagecatalog._KeyErrorRaisingFallback
zope.interface.tests.test_declarations.A
zope.interface.adapter.AdapterLookup
zope.interface.adapter.AdapterRegistry:
Adapter registry
zope.interface.tests.test_declarations.B
zope.interface.tests.unitfixtures.B
zope.interface.common.tests.basemapping.BaseTestIReadMapping
zope.interface.tests.unitfixtures.Blah
zope.interface.tests.unitfixtures.C
zope.interface.declarations.ClassProvidesBasePy
zope.interface.declarations.ClassProvides:
Special descriptor for class __provides__
zope.component.bbb.tests.components.Comp
zope.proxy.tests.test_proxy.Comparable
zope.component.bbb.tests.components.Content
zope.interface.interface.Element
zope.interface.interface.Attribute:
Attribute descriptions
zope.schema._bootstrapfields.Field
zope.configuration.fields.GlobalObject:
An object that can be accessed as a module global.
zope.configuration.fields.GlobalInterface:
An interface that can be accessed from a module.
zope.configuration.config.DirectiveSchema:
A field that contains a global variable value that must be a schema
zope.schema._bootstrapfields.Bool:
A field representing a Bool.
zope.configuration.fields.Bool:
A boolean value
zope.schema._field.Bytes
zope.schema._field.ASCII
zope.schema._field.BytesLine:
A Text field with no newlines.
zope.schema._field.DottedName:
Dotted name field.
zope.schema._field.Id:
Id field
zope.schema._field.URI:
URI schema field
zope.schema._field.Choice:
Choice fields can have a value found in a constant or dynamic set of
values given by the field definition.
zope.schema._bootstrapfields.Container
zope.schema._bootstrapfields.Iterable
zope.schema._field.AbstractCollection
zope.schema._field.List:
A field representing a List.
zope.configuration.fields.Tokens:
A list that can be read from a space-separated string
zope.schema._field.Set:
A field representing a set.
zope.schema._field.Tuple:
A field representing a Tuple.
zope.schema._field.Dict:
A field representing a Dict.
zope.schema._field.Date
zope.schema._field.Datetime
zope.schema._field.Float
zope.schema._bootstrapfields.Int:
A field representing an Integer.
zope.schema._field.InterfaceField
zope.schema._field.Object
zope.schema._bootstrapfields.Text:
A field containing text used for human discourse.
zope.configuration.fields.MessageID:
Text string that should be translated.
zope.configuration.fields.Path:
A file path name, which may be input as a relative path
zope.schema._field.SourceText
zope.schema._bootstrapfields.TextLine:
A text field with no newlines.
zope.configuration.fields.PythonIdentifier:
This field describes a python identifier, i.e.
zope.schema._bootstrapfields.Password:
A text field containing a text used as a password.
zope.schema._field.Timedelta
zope.interface.interface.Method:
Method interfaces
zope.schema.accessors.FieldReadAccessor:
Field read accessor
zope.schema.accessors.FieldWriteAccessor
zope.interface.interface.InterfaceClass:
Prototype (scarecrow) Interfaces Implementation.
zope.interface.tests.unitfixtures.Foo:
A concrete class
zope.component.bbb.service.GlobalService
zope.component.bbb.service.GlobalServiceManager:
service manager
zope.interface.tests.unitfixtures.InvariantC
zope.interface.tests.odd.MetaClass:
Odd classes
zope.schema._bootstrapfields.MinMaxLen:
Expresses constraints on the length of a field.
zope.schema._field.AbstractCollection
zope.schema._field.List:
A field representing a List.
zope.configuration.fields.Tokens:
A list that can be read from a space-separated string
zope.schema._field.Set:
A field representing a set.
zope.schema._field.Tuple:
A field representing a Tuple.
zope.schema._field.Bytes
zope.schema._field.ASCII
zope.schema._field.BytesLine:
A Text field with no newlines.
zope.schema._field.DottedName:
Dotted name field.
zope.schema._field.Id:
Id field
zope.schema._field.URI:
URI schema field
zope.schema._field.Dict:
A field representing a Dict.
zope.schema._bootstrapfields.Text:
A field containing text used for human discourse.
zope.configuration.fields.MessageID:
Text string that should be translated.
zope.configuration.fields.Path:
A file path name, which may be input as a relative path
zope.schema._field.SourceText
zope.schema._bootstrapfields.TextLine:
A text field with no newlines.
zope.configuration.fields.PythonIdentifier:
This field describes a python identifier, i.e.
zope.schema._bootstrapfields.Password:
A text field containing a text used as a password.
zope.interface.tests.test_advice.NewStyleClass
wx._core.Object:
The base class for most wx objects, although in wxPython not much
functionality is needed nor exposed.
wx.xrc.XmlResourceHandler
wx._core.Event
wx._core.EvtHandler
wx._core.PyApp:
The ``wx.PyApp`` class is an *implementation detail*, please use the
`wx.App` class (or some other derived class) instead.
wx._core.App:
The ``wx.App`` class represents the application and is used to:
* bootstrap the wxPython system and initialize the underlying
gui toolkit
* set and get application-wide properties
* implement the windowing system main message or event loop,
and to dispatch events to window instances
* etc.
wx._core.Window:
wx.Window is the base class for all windows and represents any visible
object on the screen.
wx._core.Control:
This is the base class for a control or 'widget'.
wx._controls.StaticText
ccwx.stext.StaticWrapText:
A StaticText-like widget which implements word wrapping.
wx._windows.Panel
wx._windows.PyPanel
ccwx.xrcwiz.XrcWizPage
p6.ui.pages.fileselector.FileSelectorPage:
Page which displays a file selector and publishes events when items
are selected or deselected.
p6.ui.pages.metadata.ItemMetadataPage:
Basic metadata page for groups which apply to an IItem interface; this
page duplicates the fields as necessary in order to show the group for
each item the group applies to.
p6.ui.pages.license.LicenseChooserPage:
Custom wizard page which implements a license chooser based on CC's
web service interface.
p6.ui.pages.metadata.MetadataPage:
Basic metadata page; generated for most metadata groups.
p6.ui.pages.store.StorePage:
Displays a page which validates and stores the item.
p6.ui.pages.xml.XmlMetadataPage:
Collects all the metadata fields and displays them as XML.
p6.ui.pages.xrcpage.XrcPage:
Generic page class.
wx._windows.ScrolledWindow
wx.html.HtmlWindow
p6.ui.pages.license.WebbrowserHtml:
Proxy class for wx.html.HtmlWindow which opens a web
browser when the user clicks a link.
wx._windows.TopLevelWindow
wx._windows.Frame
ccwx.xrcwiz.XrcWiz
p6.ui.wizard.WizFrame:
Top level wizard window.
zope.interface.declarations.ObjectSpecificationDescriptorPy:
Implement the __providedBy__ attribute
zope.interface.tests.odd.OddInstance
zope.schema._bootstrapfields.Orderable:
Values of ordered fields can be sorted.
zope.schema._field.Date
zope.schema._field.Datetime
zope.schema._field.Float
zope.schema._bootstrapfields.Int:
A field representing an Integer.
zope.schema._field.Timedelta
zope.proxy.ProxyBase
zope.interface.adapter.ReadProperty
zope.component.bbb.tests.components.RecordingAdapter
zope.component.bbb.tests.request.Request
zope.interface.interface.SpecificationBasePy
zope.interface.interface.Specification:
Specifications
zope.interface.declarations.Declaration:
Interface declarations
zope.interface.declarations.ClassProvides:
Special descriptor for class __provides__
zope.interface.declarations.Implements
zope.interface.interface.InterfaceClass:
Prototype (scarecrow) Interfaces Implementation.
_sre.SRE_Pattern:
Compiled regular expression objects
zope.interface.adapter.Surrogate:
Specification surrogate
zope.schema._bootstrapfields.ValidatedProperty
_xmlplus.sax.handler.ContentHandler:
Interface for receiving logical document content events.
zope.configuration.xmlconfig.ConfigurationHandler:
Interface to the xml parser
bdb.Bdb:
Generic Python debugger base class.
pdb.Pdb
zope.testing.doctest._OutputRedirectingPdb:
A specialized version of the python debugger that redirects stdout
to a given stream when interacting with the user.
ccwsclient.rest.CcRest:
Wrapper class to decompose REST XML responses into Python objects.
cmd.Cmd:
A simple framework for writing line-oriented command interpreters.
pdb.Pdb
zope.testing.doctest._OutputRedirectingPdb:
A specialized version of the python debugger that redirects stdout
to a given stream when interacting with the user.
exceptions.Exception:
Common base class for all exceptions.
zope.configuration.exceptions.ConfigurationError:
There was an error in a configuration
zope.configuration.config.ConfigurationConflictError
zope.configuration.config.ConfigurationExecutionError:
An error occurred during execution of a configuration action
zope.configuration.xmlconfig.ZopeSAXParseException:
Sax Parser errors, reformatted in an emacs friendly way
zope.configuration.xmlconfig.ZopeXMLConfigurationError:
Zope XML Configuration error
zope.testing.doctest.DocTestFailure:
A DocTest example has failed in debugging mode.
zope.i18n.locales.provider.LoadLocaleError:
This error is raised if a locale cannot be loaded.
zope.modulealias.metaconfigure.ModuleAliasException
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.AssertionError:
Assertion failed.
exceptions.AttributeError:
Attribute not found.
exceptions.LookupError:
Base class for lookup errors.
exceptions.TypeError:
Inappropriate argument type.
zope.interface.exceptions.BadImplements:
An implementation assertion is invalid
pyarchive.exceptions.SubmissionError
zope.schema.interfaces.Unbound
zope.testing.doctest.UnexpectedException:
A DocTest example has encountered an unexpected exception
zope.interface.exceptions.Invalid:
An specification is violated
zope.interface.exceptions.BrokenImplementation:
An attribute is not completely implemented.
zope.interface.exceptions.BrokenMethodImplementation:
An method is not completely implemented.
zope.interface.exceptions.DoesNotImplement:
This object does not implement
zope.schema._bootstrapinterfaces.ValidationError:
Raised if the Validation process fails.
zope.schema.interfaces.InvalidDottedName
zope.schema.interfaces.InvalidId
zope.configuration.interfaces.InvalidToken:
Invaid token in list.
zope.schema.interfaces.InvalidURI
zope.schema.interfaces.NotUnique
zope.schema.interfaces.SchemaNotFullyImplemented
zope.schema.interfaces.SchemaNotProvided
zope.schema.interfaces.WrongContainedType
zope.schema._bootstrapinterfaces.ConstraintNotSatisfied
zope.schema._bootstrapinterfaces.InvalidValue
zope.schema._bootstrapinterfaces.NotAContainer
zope.schema._bootstrapinterfaces.NotAnIterator
zope.schema._bootstrapinterfaces.RequiredMissing
zope.schema._bootstrapinterfaces.TooBig
zope.schema._bootstrapinterfaces.TooLong
zope.schema._bootstrapinterfaces.TooShort
zope.schema._bootstrapinterfaces.TooSmall
zope.schema._bootstrapinterfaces.WrongType
zope.interface.exceptions.InvalidInterface:
The interface has invalid contents
zope.component.bbb.service.InvalidService:
An attempt to register a service that doesn't implement the required
interface
zope.schema._bootstrapinterfaces.StopValidation:
Raised if the validation is completed early.
zope.component.bbb.service.UndefinedService:
An attempt to register a service that has not been defined
ftplib.FTP:
An FTP client class.
logging.Filterer:
A base class for loggers and handlers which allows them to share
common code.
logging.Handler:
Handler instances dispatch logging events to specific
destinations.
zope.testing.loggingsupport.Handler
zope.testing.loghandler.Handler:
Handler for use with unittest.TestCase objects.
p6.metadata.base.MetadataGroup:
Basic implementation of p6.metadata.interfaces.IMetadataGroup.
p6.storage.events.ItemDeselected
p6.storage.events.ItemSelected
p6.storage.events.StoreWork
p6.storage.events.ValidateWork
p6.storage.events.WorkStored
p6.storage.items.FileItemStream
p6.ui.events.ResetStatusEvent:
Basic implementation of an IResetStatusEvent.
p6.ui.events.UpdateStatusEvent:
Basic implementation of an IUpdateStatusEvent.
p6.zcmlsupport.tests.adapter.A4
p6.zcmlsupport.tests.adapter.A5
pyarchive.submission.ArchiveFile
pyarchive.submission.ArchiveItem:
<metadata>...
pyarchive.submission.ArchiveWorkItem
wx._core.PyOnDemandOutputWindow:
A class that can be used for redirecting Python's stdout and stderr
streams.
zope.component.adapter
zope.interface.Interface
zope.schema.tests.test_interfacefield.DummyInterface
p6.zcmlsupport.tests.module.I
zope.schema.tests.test_fieldproperty.I
p6.zcmlsupport.tests.adapter.I1
p6.zcmlsupport.tests.adapter.I2
p6.zcmlsupport.tests.adapter.I3
p6.zcmlsupport.tests.module.I3
p6.zcmlsupport.tests.module.I4
p6.zcmlsupport.metadirectives.IAdapterDirective:
Register an adapter
p6.zcmlsupport.tests.components.IApp
pyarchive.interfaces.IArchiveWorkItem:
An interface for an item within an archive.org work.
pyarchive.interfaces.IArchiveFile:
A generic interface for a File in an archive.org submission.
p6.zcmlsupport.metadirectives.IBasicComponentInformation
p6.zcmlsupport.metadirectives.IResourceDirective:
Register a resource
p6.zcmlsupport.metadirectives.IUtilityDirective:
Register a utility.
p6.zcmlsupport.metadirectives.IBasicResourceInformation:
Basic information for resources
p6.zcmlsupport.metadirectives.IResourceDirective:
Register a resource
p6.zcmlsupport.metadirectives.IViewDirective:
Register a view for a component
p6.zcmlsupport.metadirectives.IBasicViewInformation:
This is the basic information for all views.
p6.zcmlsupport.metadirectives.IViewDirective:
Register a view for a component
p6.zcmlsupport.bbb.interfaces.IBBBRegisterableContainer
p6.zcmlsupport.bbb.interfaces.IBBBRegistered:
An object that can keep track of its configured uses.
p6.zcmlsupport.bbb.interfaces.IBBBRegistry
p6.zcmlsupport.bbb.interfaces.IBBBSiteManager:
Service Managers act as containers for Services.
zope.schema.tests.test_states.IBirthInfo
p6.metadata.types.IBooleanField
p6.zcmlsupport.tests.views.IC
p6.zcmlsupport.metadirectives.IClassDirective:
Make statements about a class
zope.configuration.interfaces.IConfigurationContext:
Configuration Context
p6.zcmlsupport.tests.components.IContent
p6.zcmlsupport.metadirectives.IDefaultViewName:
A string that contains the default view name
zope.configuration.config.IDirectiveInfo:
Information common to all directive definitions have
zope.configuration.config.IFullInfo:
Information that all top-level directives (not subdirectives) have
zope.configuration.config.IComplexDirectiveContext
zope.configuration.config.IStandaloneDirectiveInfo:
Info for full directives defined outside a directives directives
zope.configuration.config.IDirectivesInfo:
Schema for the directives directive
zope.configuration.config.IDirectivesContext
zope.configuration.config.IStandaloneDirectiveInfo:
Info for full directives defined outside a directives directives
p6.ui.interfaces.IEntryWidget
p6.zcmlsupport.tests.exampleclass.IExample
p6.zcmlsupport.tests.exampleclass.IExample2
p6.zcmlsupport.tests.exampleclass.IExampleContainer
zope.configuration.tests.directives.IFactory
p6.zcmlsupport.metadirectives.IFactoryDirective:
Define a factory
p6.zcmlsupport.metadirectives.IFactorySubdirective:
Specify the factory used to create this content object
zope.schema.interfaces.IField:
Basic Schema Field Interface.
zope.schema.interfaces.IBool
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.IChoice
zope.schema.interfaces.IContainer
zope.schema.interfaces.IDate
zope.schema.interfaces.IDatetime
zope.schema.interfaces.IFloat
zope.schema.interfaces.IInt
zope.schema.interfaces.IInterfaceField
zope.schema.interfaces.IIterable
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.ICollection
zope.schema.interfaces.IDict
zope.schema.interfaces.IText
zope.schema.interfaces.ILen
zope.schema.interfaces.IMinMaxLen
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.ICollection
zope.schema.interfaces.IDict
zope.schema.interfaces.IText
zope.schema.interfaces.IObject
zope.schema.interfaces.IOrderable
zope.schema.interfaces.IText
zope.schema.interfaces.ITimedelta
zope.configuration.tests.test_nested.IFieldInfo
p6.configure.metadirectives.IFileSelectorSubdirective:
File selector page.
p6.zcmlsupport.tests.factory.IFoo:
an even more dummy interface just for testing
zope.i18n.interfaces.IFormat:
A generic formatting class.
zope.i18n.interfaces.IDateTimeFormat:
DateTime formatting and parsing interface.
zope.i18n.interfaces.INumberFormat
zope.configuration.interfaces.IGroupingContext
zope.i18n.interfaces.II18nAware:
Internationalization aware content object.
p6.zcmlsupport.metadirectives.IImplementsSubdirective:
Declare that the class given by the content directive's class
attribute implements a given interface
zope.configuration.xmlconfig.IInclude:
The zope:include directive
p6.storage.interfaces.IInputStream:
An interface representing a Python file-like object.
p6.zcmlsupport.metadirectives.IInterfaceDirective:
Define an interface
p6.storage.interfaces.IItem
p6.storage.events.IItemDeselected
p6.storage.events.IItemSelected
zope.schema.interfaces.IIterableVocabulary:
Vocabulary which supports iteration over allowed values.
zope.schema.interfaces.IVocabulary:
Vocabulary which is iterable.
zope.schema.tests.states.IStateVocabulary:
Vocabularies that support the states database conform to this.
zope.schema.interfaces.IVocabularyTokenized:
Vocabulary that provides support for tokenized representation.
zope.configuration.tests.directives.Ik
zope.i18n.interfaces.ILanguageAvailability
p6.metadata.events.ILoadMetadataEvent:
Placeholder interface for LoadMetadata events; LoadMetadata events are
used to retrieve metadata values from persistant storage.
zope.i18n.interfaces.locales.ILocale:
This class contains all important information about the locale.
zope.i18n.interfaces.locales.ILocaleCalendar:
There is a massive amount of information contained in the calendar,
which made it attractive to be added.
zope.i18n.interfaces.locales.ILocaleCurrency:
Defines a particular currency.
zope.i18n.interfaces.locales.ILocaleDates:
This object contains various data about dates, times and time
zones.
zope.i18n.interfaces.locales.ILocaleDisplayNames:
Localized Names of common text strings.
zope.i18n.interfaces.locales.ILocaleFormat:
Specifies a format for a particular type of data.
zope.i18n.interfaces.locales.ILocaleFormatLength:
The format length describes a class of formats.
zope.i18n.interfaces.locales.ILocaleIdentity:
Identity information class for ILocale objects.
zope.i18n.interfaces.locales.ILocaleInheritance:
Locale inheritance support.
zope.i18n.interfaces.locales.IAttributeInheritance:
Provides inheritance properties for attributes
zope.i18n.interfaces.locales.IDictionaryInheritance:
Provides inheritance properties for dictionary keys
zope.i18n.interfaces.locales.ILocaleNumbers:
This object contains various data about numbers and currencies.
zope.i18n.interfaces.locales.ILocaleOrientation:
Information about the orientation of text.
zope.i18n.interfaces.locales.ILocaleProvider:
This interface is our connection to the Zope 3 service.
zope.i18n.interfaces.locales.ILocaleTimeZone:
Represents and defines various timezone information.
zope.i18n.interfaces.locales.ILocaleVersion:
Represents the version of a locale.
p6.configure.metadirectives.IMdataGroupDirective:
Metadata grouping.
zope.i18n.interfaces.IMessageCatalog:
A catalog (mapping) of message ids to message text strings.
zope.i18n.interfaces.IMessageExportFilter:
The Export Filter for Translation Service Messages.
zope.i18n.interfaces.IMessageImportFilter:
The Import Filter for Translation Service Messages.
p6.metadata.interfaces.IMetadataField:
Abstracts a single metadata field, along with meta-information for
generating the user interface.
p6.configure.metadirectives.IMetadataFieldSubdirective
p6.metadata.interfaces.IMetadataGroup:
Collects metadata fields into a logical group which can "apply
to" another interface.
p6.metadata.license.ILicenseGroup:
Placeholder interface for differentiating between regular groups and
license-selector metadata groups.
p6.configure.metadirectives.IMetadataPagesSubdirective:
A sequence of pages generated from the metadata.
p6.metadata.interfaces.IMetadataProvider:
MetadataProviders give read-only access to metadata attributes.
p6.metadata.interfaces.IMetadataStorage:
Implementors of IMetadataStorage give read-write access to metadata
attributes.
zope.modulealias.metadirectives.IModuleAliasDirective:
Define a new module alias
zope.i18n.interfaces.INegotiator:
A language negotiation service.
zope.configuration.tests.directives.IPackaged
p6.configure.metadirectives.IPagesDirective:
Assembly of pages which defines a wizard-like application.
p6.configure.metadirectives.IPageSubdirective:
A single page.
p6.metadata.types.IPasswordField
zope.configuration.config.IProvidesDirectiveInfo:
Information for a <meta:provides> directive
p6.zcmlsupport.tests.views.IR
zope.configuration.tests.test_conditions.IRegister:
Trivial sample registry.
zope.configuration.tests.test_simple.IRegisterFile
p6.zcmlsupport.bbb.interfaces.IRegistrationStack:
A stack of registrations for a set of parameters
p6.zcmlsupport.metadirectives.IRequireSubdirective:
Indicate that the a specified list of names or the names in a
given Interface require a given permission for access.
p6.ui.events.IResetStatus:
IResetStatus events are published to instruct the user interface to
reset progress bars.
p6.zcmlsupport.tests.adapter.IS
zope.configuration.tests.test_nested.ISchema:
Interface that distinguishes the schema directive
zope.configuration.tests.test_nested.ISchemaInfo:
Parameter schema for the schema directive
zope.schema.tests.test_schema.ISchemaTest
p6.metadata.types.ISelectionField
zope.configuration.tests.directives.ISimple
zope.schema.interfaces.ISource:
A set of values from which to choose
zope.schema.interfaces.IBaseVocabulary:
Representation of a vocabulary.
zope.schema.interfaces.IVocabulary:
Vocabulary which is iterable.
zope.schema.tests.states.IStateVocabulary:
Vocabularies that support the states database conform to this.
zope.schema.interfaces.IVocabularyTokenized:
Vocabulary that provides support for tokenized representation.
zope.schema.interfaces.ISourceQueriables:
A collection of objects for querying sources
zope.configuration.config.IStackItem:
Configuration machine stack items
p6.storage.interfaces.IStorage
p6.configure.metadirectives.IStorageDirective:
Storage instantiation.
p6.storage.events.IStore
p6.storage.events.IStored
p6.configure.metadirectives.IStorePageSubdirective:
A generic storage page which is able to emit and handle the
appropriate events.
p6.zcmlsupport.metadirectives.ISubscriberDirective:
Register a subscriber
zope.schema.interfaces.ITerm:
Object representing a single value in a vocabulary.
zope.schema.interfaces.ITokenizedTerm:
Object representing a single value in a tokenized vocabulary.
zope.schema.interfaces.ITitledTokenizedTerm:
A tokenized term that includes a title.
zope.schema.tests.test_objectfield.ITestSchema:
A test schema
p6.metadata.types.ITextField
zope.i18n.interfaces.ITranslationDomain:
The Translation Domain utility
This interface provides methods for translating text, including text with
interpolation.
zope.i18n.interfaces.ITranslator:
A collaborative object which contains the domain, context, and
locale.
p6.metadata.events.IUpdateMetadataEvent:
Placeholder interface for metadata update events.
p6.ui.events.IUpdateStatus:
IUpdateStatus events are published to let the interface know when to
increment the progress bar.
zope.i18n.interfaces.IUserPreferredCharsets:
This interface provides charset negotiation based on user
preferences.
zope.i18n.interfaces.IUserPreferredLanguages:
This interface provides language negotiation based on user
preferences.
p6.zcmlsupport.tests.views.IV
p6.storage.events.IValidate
zope.schema.interfaces.IVocabularyRegistry:
Registry that provides IBaseVocabulary objects for specific
fields.
p6.app.interfaces.IWizardApp
p6.ui.interfaces.IWizardPage
p6.zcmlsupport.tests.factory.IX:
the dummy interface which class X supposedly implements, according to
the factory
p6.configure.metadirectives.IXmldisplayPageSubdirective:
A generic page which displays a psuedo-XML representation of the
metadata collected.
p6.configure.metadirectives.IXrcPageSubdirective:
A customizable XRC page.
zope.configuration.zopeconfigure.IZopeConfigure:
The zope:configure Directive
p6.zcmlsupport.tests.module.S
zope.configuration.tests.samplepackage.foo.S1
p6.zcmlsupport.tests.module.S2
zope.interface.tests.test_document._I1
zope.interface.tests.test_interface._I1
zope.interface.tests.unitfixtures.FooInterface:
This is an Abstract Base Class
zope.interface.tests.m1.I1
zope.interface.tests.test_declarations.I1
zope.interface.tests.test_odd_declarations.I1
zope.interface.tests.test_sorting.I1
zope.interface.tests.unitfixtures.I1
zope.interface.tests.m1.I2
zope.interface.tests.test_declarations.I2
zope.interface.tests.test_odd_declarations.I2
zope.interface.tests.test_declarations.I3
zope.interface.tests.test_odd_declarations.I3
zope.interface.tests.unitfixtures.I3
zope.interface.tests.test_declarations.I4
zope.interface.tests.test_odd_declarations.I4
zope.interface.tests.test_sorting.I4
zope.interface.tests.unitfixtures.I4
zope.interface.tests.test_declarations.I5
zope.interface.tests.test_odd_declarations.I5
zope.interface.interfaces.IAdapterRegistry:
Provide an interface-based registry for adapters
zope.component.bbb.interfaces.IAdapterService:
A service to manage Adapters.
zope.component.bbb.tests.components.IApp
zope.interface.tests.test_adapter.IB0
zope.component.bbb.interfaces.IBBBComponentArchitecture:
The Component Architecture is defined by six key services,
all of which are managed by service managers.
zope.interface.tests.unitfixtures.IC
zope.interface.common.mapping.IClonableMapping
zope.interface.common.mapping.IFullMapping:
Full mapping interface
zope.component.bbb.tests.components.IContent
zope.component.bbb.interfaces.IContextDependent:
Components implementing this interface must have a context component.
zope.component.bbb.interfaces.IView:
Views provide a connection between an external actor and an object
zope.interface.common.idatetime.IDateClass:
This is the date class interface.
zope.interface.common.idatetime.IDate:
Represents a date (year, month and day) in an idealized calendar.
zope.interface.common.idatetime.IDateTime:
Object contains all the information from a date object and a time
object.
zope.interface.common.idatetime.IDateTimeClass:
This is the datetime class interface.
zope.interface.common.idatetime.IDateTime:
Object contains all the information from a date object and a time
object.
zope.component.bbb.interfaces.IDefaultViewName:
A string that contains the default view name
zope.interface.interfaces.IElement
zope.interface.interfaces.IAttribute:
Attribute descriptors
zope.interface.interfaces.IMethod:
Method attributes
zope.interface.interfaces.IInterface:
Interface objects
zope.interface.common.interfaces.IException
zope.interface.common.interfaces.IStandardError
zope.interface.common.interfaces.IArithmeticError
zope.interface.common.interfaces.IAssertionError
zope.interface.common.interfaces.IAttributeError
zope.interface.common.interfaces.IEnvironmentError
zope.interface.common.interfaces.IEOFError
zope.interface.common.interfaces.IImportError
zope.interface.common.interfaces.IKeyboardInterrupt
zope.interface.common.interfaces.ILookupError
zope.interface.common.interfaces.IMemoryError
zope.interface.common.interfaces.INameError
zope.interface.common.interfaces.IReferenceError
zope.interface.common.interfaces.IRuntimeError
zope.interface.common.interfaces.ISyntaxError
zope.interface.common.interfaces.ISystemError
zope.interface.common.interfaces.ITypeError
zope.interface.common.interfaces.IValueError
zope.interface.common.interfaces.IStopIteration
zope.interface.common.interfaces.ISystemExit
zope.interface.common.interfaces.IWarning
zope.interface.tests.test_adapter.IF0
zope.interface.tests.ifoo.IFoo:
Dummy interface for unit tests.
zope.schema._bootstrapinterfaces.IFromUnicode:
Parse a unicode string to a value
zope.interface.interfaces.IInterfaceDeclaration:
Declare and check the interfaces of objects
zope.interface.tests.unitfixtures.IInvariant
zope.interface.common.mapping.IItemMapping:
Simplest readable mapping object
zope.interface.common.mapping.IReadMapping:
Basic mapping interface
zope.interface.common.mapping.IEnumerableMapping:
Mapping objects whose items can be enumerated.
zope.interface.common.mapping.IIterableMapping
zope.interface.common.mapping.IExtendedReadMapping
zope.interface.common.mapping.IFullMapping:
Full mapping interface
zope.interface.common.mapping.IMapping:
Simple mapping interface
zope.interface.common.mapping.IFullMapping:
Full mapping interface
zope.interface.common.sequence.IMinimalSequence
zope.interface.common.sequence.IFiniteSequence
zope.interface.common.sequence.IReadSequence:
read interface shared by tuple and list
zope.interface.common.sequence.IExtendedReadSequence:
Full read interface for lists
zope.interface.common.sequence.ISequence:
Full sequence contract
zope.component.bbb.interfaces.IPresentation:
Presentation components provide interfaces to external actors
zope.component.bbb.interfaces.IResource:
Resources provide data to be used for presentation.
zope.component.bbb.interfaces.IView:
Views provide a connection between an external actor and an object
zope.component.bbb.interfaces.IPresentationRequest:
An IPresentationRequest provides methods for getting view meta data.
zope.proxy.interfaces.IProxyIntrospection:
Provides methods for indentifying proxies and extracting proxied
objects
zope.interface.tests.test_adapter.IR0
zope.component.bbb.interfaces.IResourceFactory:
A factory to create factories using the request.
zope.component.bbb.service.IService:
Marker interface that is used as utility interface to simulate
services.
zope.component.bbb.service.IServiceDefinition:
Marker interface that is used as utility interface to store service
defintions (name, interface).
zope.component.bbb.interfaces.IServiceService:
A service to manage Services.
zope.interface.interfaces.ISpecification:
Object Behavioral specifications
zope.interface.interfaces.IDeclaration:
Interface declaration
zope.interface.interfaces.IInterface:
Interface objects
zope.interface.common.idatetime.ITimeClass:
This is the time class interface.
zope.interface.common.idatetime.ITime:
Represent time with time zone.
zope.interface.common.idatetime.ITimeDeltaClass:
This is the timedelta class interface.
zope.interface.common.idatetime.ITimeDelta:
Represent the difference between two datetime objects.
zope.interface.common.idatetime.ITZInfo:
Time zone info class.
zope.interface.common.sequence.IUniqueMemberWriteSequence:
The write contract for a sequence that may enforce unique members
zope.interface.common.sequence.IWriteSequence:
Full write contract for sequences
zope.interface.common.sequence.ISequence:
Full sequence contract
zope.component.bbb.interfaces.IUtilityService:
A service to manage Utilities.
zope.component.bbb.interfaces.IViewFactory:
Objects for creating views
zope.interface.common.mapping.IWriteMapping:
Mapping methods for changing data
zope.interface.common.mapping.IExtendedWriteMapping
zope.interface.common.mapping.IFullMapping:
Full mapping interface
zope.interface.common.mapping.IMapping:
Simple mapping interface
zope.interface.common.mapping.IFullMapping:
Full mapping interface
zope.interface.tests.unitfixtures.mytest
zope.interface.adapter.Default
zope.interface.adapter.Null
zope.interface.declarations.implementer
zope.interface.tests.test_advice.ClassicClass
zope.interface.tests.unitfixtures.BobInterface
zope.interface.tests.unitfixtures.FunInterface
zope.proxy.tests.test_proxy.Thing:
This class is expected to be a classic class.
zope.testing.doctest.DocTest:
A collection of doctest examples that should be run in a single
namespace.
zope.testing.doctest.DocTestFinder:
A class used to extract the DocTests that are relevant to a given
object, from its docstring and the docstrings of its contained
objects.
zope.testing.doctest.DocTestParser:
A class used to parse strings containing doctest examples.
zope.testing.doctest.DocTestRunner:
A class used to run DocTest test cases, and accumulate statistics.
zope.testing.doctest.DebugRunner:
Run doc tests but raise an exception as soon as there is a failure.
zope.testing.doctest.Example:
A single doctest example, consisting of source code and expected
output.
zope.testing.doctest.OutputChecker:
A class used to check the whether the actual output from a doctest
example matches the expected output.
zope.testing.doctest.Tester
zope.testing.doctest._TestClass:
A pointless class, for sanity-checking of docstring testing.
zope.testing.module.FakeModule
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:28 2005 | http://epydoc.sf.net |