Home
Trees
Indices
Help
pytilities
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
pytilities.overloading.test.overloaded.A
:
Some class to test with
pytilities.test.attributecollection.A
pytilities.test.attributecollection.B
pytilities.test.attributecollection.D
pytilities.attributecollection.AttributeCollection
:
Abstract, represents a collection of attributes.
pytilities.delegation.delegator.Delegator
:
An AttributeCollection that delegates attributes of one object to another.
pytilities.attributecollectionbase.AttributeCollectionBase
:
Mixin, allows extension of instance attributes with `AttributeCollection`s
pytilities.event.test.decorators.ADispatcher
pytilities.event.test.decorators.BDispatcher
pytilities.test.attributecollection.B
pytilities.test.attributecollection.D
pytilities.geometry.immutablevector.ImmutableVector
:
`Vector` wrapper that makes the vector immutable.
pytilities.event.test.decorators.Switch
pytilities.event.test.decorators.BSwitch
pytilities.geometry.verboserectangle.VerboseRectangle
:
A `Rectangle` wrapper that sends out events
pytilities.geometry.verbosevector.VerboseVector
:
`Vector` wrapper that sends out events.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.AssertionError
:
Assertion failed.
pytilities.event.dispatcher'.UnsupportedEventError
:
Tried to access an unregistered event
pytilities.test.attributecollection.C
pytilities.test.attributecollection.D
pytilities.delegation.delegatorfactory.DelegatorFactory
:
Allows easy creation of delegators with `Profile`s.
pytilities.event.dispatcher'.Dispatcher
:
Utility class for dispatching events to handlers.
pytilities.event.dispatcherswitch.DispatcherSwitch
:
Provides a single interface to multiple event dispatchers.
pytilities.event.test.helpers.Listener
pytilities.types.numbertype.NumberType
:
Represents any number type.
pytilities.types.numerictype.NumericType
:
Represents any numeric type.
pytilities.overloading.overload.Overload
:
An operation signature with an operation to call when arguments match.
pytilities.overloading.overloader.Overloader
:
A collection of `Overload`s that can process calls.
pytilities.overloading.parameter.Parameter
:
A parameter of an operation.
pytilities.overloading.compositeparameter.CompositeParameter
:
`Parameter` that consists of more parameters.
pytilities.delegation.profile.Profile
:
States what attributes to delegate, and to which target attributes.
pytilities.geometry.rectangle.Rectangle
:
A rectangle identified by two points.
pytilities.event.restricteddispatcher.RestrictedDispatcher
:
`Dispatcher` wrapper that filters the list of supported events.
pytilities.types.sequencetype.SequenceType
:
Represents any ordered sequence.
pytilities.overloading.test.overloaded.Storage
:
Something with an x and y
pytilities.stringifiable.Stringifiable
:
Mixin that provides a reasonable default __str__.
unittest.TestCase
:
A class whose instances are single test cases.
pytilities.overloading.test.parameter.ArgMissingTestCase
pytilities.overloading.test.parameter.ArgPresentTestCase
pytilities.event.test.decorators.BSwitchTestCase
pytilities.overloading.test.parameter.CtorTestCase
pytilities.event.test.decorators.DispatcherTestCase
pytilities.event.test.decorators.BDispatcherTestCase
pytilities.test.attributecollection.DisturbanceTestCase
:
Test whether or not basic inheritance is left unharmed by...
pytilities.geometry.test.vector.DoubleBoundVectorTestCase
pytilities.event.test.dispatcher.InitTestCase
pytilities.event.test.restricteddispatcher.InitTestCase
pytilities.event.test.dispatcherswitch.InitTestCase
pytilities.test.delegation.MainTestCase
pytilities.geometry.test.rectangle.RectangleCtorTestCase
pytilities.geometry.test.rectangle.RectangleTestCase
pytilities.geometry.test.rectangle.VerboseRectangleTestCase
pytilities.event.test.decorators.SwitchTestCase
pytilities.overloading.test.overloaded.TestCase
pytilities.geometry.test.vector.VectorTestCase
pytilities.geometry.test.vector.BoundVectorTestCase
pytilities.geometry.test.vector.ImmutableVectorTestCase
pytilities.geometry.test.vector.VerboseVectorTestCase
pytilities.geometry.test.vector.VHolder
pytilities.geometry.vector.Vector
:
2D Point/Vector
pytilities.geometry.boundvector.BoundVector
:
`Vector` whose x and y values are stored elsewhere.
pytilities.geometry.boundvector._DelegatedStorage
pytilities.geometry.vector._Storage
type
:
type(object) -> the object's type type(name, bases, dict) -> a new type
pytilities.types._numbertypemeta._NumberTypeMeta
pytilities.types._numerictypemeta._NumericTypeMeta
pytilities.types._sequencetypemeta._SequenceTypeMeta
Home
Trees
Indices
Help
pytilities
Generated by Epydoc 3.0 on Mon Jul 19 11:49:29 2010
http://epydoc.sourceforge.net