Index

_ | A | B | C | D | E | F | G | H | I | L | M | N | O | P | R | S | U | V | W

_

_advice_mappings (pytilities.aop.aspect.Aspect attribute)
_undefined_keys (pytilities.aop.aspect.Aspect attribute)

A

add_handler() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
advised_attribute (class in pytilities.aop.commands)
advised_instance (class in pytilities.aop.commands)
AOPMeta (class in pytilities.aop.aopmeta)
append_dispatchers() (pytilities.event.dispatcherswitch.DispatcherSwitch method)
apply() (pytilities.aop.aspect.Aspect method), [1]
arguments (class in pytilities.aop.commands)
Aspect (class in pytilities.aop.aspect), [1]
AttributeDescriptor() (in module pytilities.descriptors.attributedescriptor)

B

BoundDescriptor() (in module pytilities.descriptors.bounddescriptor)

C

CompositeParam (in module pytilities.overloading.compositeparameter)
CompositeParameter (class in pytilities.overloading.compositeparameter)
create_view() (in module pytilities.aop.aspects.view)
cross (pytilities.geometry.vector.Vector attribute)

D

default_mapping (pytilities.event.dispatcher_.Dispatcher attribute)
DelegationAspect (class in pytilities.delegation.delegationaspect)
DereferencedBoundDescriptor (in module pytilities.descriptors.dereferencedbounddescriptor)
DereferencedDescriptor (in module pytilities.descriptors.dereferenceddescriptor)
disable() (pytilities.aop.aspect.Aspect method), [1]
DiscreteRectangle (class in pytilities.geometry.discreterectangle)
DiscreteVector (class in pytilities.geometry.discretevector)
dispatch() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
Dispatcher (class in pytilities.event.dispatcher_)
DispatcherSwitch (class in pytilities.event.dispatcherswitch)
dot (pytilities.geometry.vector.Vector attribute)

E

enable() (pytilities.aop.aspect.Aspect method), [1]
event() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
events (pytilities.event.dispatcher_.Dispatcher attribute)
(pytilities.event.dispatcherswitch.DispatcherSwitch attribute)
(pytilities.event.restricteddispatcher.RestrictedDispatcher attribute)

F

FunctionMap (class in pytilities.dictionary.functionmap)

G

get_advice() (pytilities.aop.aspect.Aspect method), [1]
get_annotations() (in module pytilities.functions)
get_attr_name() (in module pytilities.functions)
get_attr_value() (in module pytilities.functions)
get_attr_value_or_none() (in module pytilities.functions)
get_recursive_package_test() (in module pytilities.testing)

H

has_attr_name() (in module pytilities.functions)
has_attr_value() (in module pytilities.functions)
has_event() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
height (pytilities.geometry.discreterectangle.DiscreteRectangle attribute)

I

ImmutableAspect (class in pytilities.aop.aspects.immutableaspect)
ImmutableRectangle (in module pytilities.geometry.immutablerectangle)
ImmutableVector (in module pytilities.geometry.immutablevector)
infinity (in module pytilities.infinity)
INFINITY (pytilities.geometry.discretevector.DiscreteVector attribute)
(pytilities.geometry.vector.Vector attribute)
insert_params() (pytilities.overloading.overload.Overload method)
is_applied() (pytilities.aop.aspect.Aspect method), [1]
is_enabled() (pytilities.aop.aspect.Aspect method), [1]
is_infinity() (in module pytilities.infinity)
is_iterable() (in module pytilities.tests)
is_nan() (in module pytilities.infinity)
is_negative_infinity() (in module pytilities.infinity)
is_positive_infinity() (in module pytilities.infinity)
is_private() (in module pytilities.tests)
is_protected() (in module pytilities.tests)
is_public() (in module pytilities.tests)
is_special() (in module pytilities.tests)

L

length (pytilities.geometry.vector.Vector attribute)
length_squared (pytilities.geometry.vector.Vector attribute)

M

mapped() (in module pytilities.delegation.decorators)
mapped_class() (in module pytilities.delegation.decorators)
matches_all() (in module pytilities.overloading.matchers)
matches_any() (in module pytilities.overloading.matchers)
matches_everything() (in module pytilities.overloading.matchers)
matches_none() (in module pytilities.overloading.matchers)
matches_type() (in module pytilities.overloading.matchers)

N

name (pytilities.overloading.parameter.Parameter attribute)
nan (in module pytilities.infinity)
negative_infinity (in module pytilities.infinity)
normalize (pytilities.geometry.vector.Vector attribute)
normalized (pytilities.geometry.vector.Vector attribute)
NULL (pytilities.geometry.discretevector.DiscreteVector attribute)
(pytilities.geometry.vector.Vector attribute)
NumberType (class in pytilities.types.numbertype)
NumericType (class in pytilities.types.numerictype)

O

Overload (class in pytilities.overloading.overload)
overloaded() (in module pytilities.overloading.decorators)
Overloader (class in pytilities.overloading.overloader)

P

Param (in module pytilities.overloading.parameter)
Parameter (class in pytilities.overloading.parameter)
proceed (class in pytilities.aop.commands)
process_args() (pytilities.overloading.overload.Overload method)
(pytilities.overloading.overloader.Overloader method)
process_call() (pytilities.overloading.overloader.Overloader method)
public_mapping (pytilities.event.dispatcher_.Dispatcher attribute)
(pytilities.event.dispatcherswitch.DispatcherSwitch attribute)
pytilities (module)
pytilities.aop (module)
pytilities.aop._aopdescriptor (module)
pytilities.aop.advisor (module)
pytilities.aop.aopmeta (module)
pytilities.aop.aspect (module)
pytilities.aop.aspects (module)
pytilities.aop.aspects.immutableaspect (module)
pytilities.aop.aspects.view (module)
pytilities.aop.commands (module)
pytilities.aop.functions (module)
pytilities.delegation (module)
pytilities.delegation.decorators (module)
pytilities.delegation.delegationaspect (module)
pytilities.descriptors (module)
pytilities.descriptors.attributedescriptor (module)
pytilities.descriptors.bounddescriptor (module)
pytilities.descriptors.dereferencedbounddescriptor (module)
pytilities.descriptors.dereferenceddescriptor (module)
pytilities.descriptors.restricteddescriptor (module)
pytilities.dictionary (module)
pytilities.dictionary.functionmap (module)
pytilities.event (module)
pytilities.event.dispatcher_ (module)
pytilities.event.dispatcherswitch (module)
pytilities.event.restricteddispatcher (module)
pytilities.functions (module)
pytilities.geometry (module)
pytilities.geometry._rectanglebase (module)
pytilities.geometry._vectorbase (module)
pytilities.geometry.discreterectangle (module)
pytilities.geometry.discretevector (module)
pytilities.geometry.functions (module)
pytilities.geometry.immutablerectangle (module)
pytilities.geometry.immutablevector (module)
pytilities.geometry.vector (module)
pytilities.geometry.verboserectangleaspect (module)
pytilities.geometry.verbosevectoraspect (module)
pytilities.infinity (module)
pytilities.overloading (module)
pytilities.overloading.compositeparameter (module)
pytilities.overloading.decorators (module)
pytilities.overloading.matchers (module)
pytilities.overloading.overload (module)
pytilities.overloading.overloader (module)
pytilities.overloading.parameter (module)
pytilities.stringifiable (module)
pytilities.testing (module)
pytilities.tests (module)
pytilities.types (module)
pytilities.types._numbertypemeta (module)
pytilities.types._numerictypemeta (module)
pytilities.types._sequencetypemeta (module)
pytilities.types.numbertype (module)
pytilities.types.numerictype (module)
pytilities.types.sequencetype (module)

R

read_arg() (pytilities.overloading.parameter.Parameter method)
read_kwargs() (pytilities.overloading.parameter.Parameter method)
reflect (pytilities.geometry.vector.Vector attribute)
register_events() (pytilities.event.dispatcher_.Dispatcher method)
remove_handler() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
remove_handlers() (pytilities.event.dispatcher_.Dispatcher method)
(pytilities.event.dispatcherswitch.DispatcherSwitch method)
(pytilities.event.restricteddispatcher.RestrictedDispatcher method)
RestrictedDescriptor (in module pytilities.descriptors.restricteddescriptor)
RestrictedDispatcher (class in pytilities.event.restricteddispatcher)
return_ (class in pytilities.aop.commands)
run() (in module pytilities.testing)

S

SequenceType (class in pytilities.types.sequencetype)
Stringifiable (class in pytilities.stringifiable)
suppress_aspect (class in pytilities.aop.commands)

U

unapply() (pytilities.aop.aspect.Aspect method), [1]
UnsupportedEventError

V

Vector (class in pytilities.geometry.vector)

W

width (pytilities.geometry.discreterectangle.DiscreteRectangle attribute)
write() (pytilities.overloading.compositeparameter.CompositeParameter method)
(pytilities.overloading.parameter.Parameter method)