From 3d5efea9b0d87d63363adc66d0da5b08ee465abf Mon Sep 17 00:00:00 2001 From: tylerlaberge Date: Sat, 10 Sep 2016 22:06:11 -0400 Subject: [PATCH] renamed package to pypattyrn --- .gitattributes | 2 +- html/api-objects.txt | 284 ++++----- html/class-tree.html | 32 +- html/frames.html | 2 +- html/help.html | 6 +- html/identifier-index.html | 568 +++++++++--------- html/module-tree.html | 48 +- html/pypattyrn-module.html | 180 ++++++ html/pypattyrn-pysrc.html | 111 ++++ html/pypattyrn.behavioral-module.html | 160 +++++ html/pypattyrn.behavioral-pysrc.html | 112 ++++ html/pypattyrn.behavioral.chain-module.html | 139 +++++ html/pypattyrn.behavioral.chain-pysrc.html | 189 ++++++ ...ypattyrn.behavioral.chain.Chain-class.html | 277 +++++++++ ...tyrn.behavioral.chain.ChainLink-class.html | 299 +++++++++ html/pypattyrn.behavioral.command-module.html | 147 +++++ html/pypattyrn.behavioral.command-pysrc.html | 203 +++++++ ...tyrn.behavioral.command.Command-class.html | 275 +++++++++ ...tyrn.behavioral.command.Invoker-class.html | 254 ++++++++ ...yrn.behavioral.command.Receiver-class.html | 200 ++++++ .../pypattyrn.behavioral.iterator-module.html | 139 +++++ html/pypattyrn.behavioral.iterator-pysrc.html | 152 +++++ ...rn.behavioral.iterator.Iterable-class.html | 194 ++++++ ...rn.behavioral.iterator.Iterator-class.html | 280 +++++++++ .../pypattyrn.behavioral.mediator-module.html | 156 +++++ html/pypattyrn.behavioral.mediator-pysrc.html | 162 +++++ ...rn.behavioral.mediator.Mediator-class.html | 380 ++++++++++++ html/pypattyrn.behavioral.memento-module.html | 164 +++++ html/pypattyrn.behavioral.memento-pysrc.html | 159 +++++ ...tyrn.behavioral.memento.Memento-class.html | 288 +++++++++ ...n.behavioral.memento.Originator-class.html | 283 +++++++++ html/pypattyrn.behavioral.null-module.html | 156 +++++ html/pypattyrn.behavioral.null-pysrc.html | 187 ++++++ .../pypattyrn.behavioral.null.Null-class.html | 536 +++++++++++++++++ .../pypattyrn.behavioral.observer-module.html | 139 +++++ html/pypattyrn.behavioral.observer-pysrc.html | 171 ++++++ ....behavioral.observer.Observable-class.html | 343 +++++++++++ ...rn.behavioral.observer.Observer-class.html | 194 ++++++ html/pypattyrn.behavioral.visitor-module.html | 139 +++++ html/pypattyrn.behavioral.visitor-pysrc.html | 170 ++++++ ...tyrn.behavioral.visitor.Visitee-class.html | 251 ++++++++ ...tyrn.behavioral.visitor.Visitor-class.html | 255 ++++++++ html/pypattyrn.creational-module.html | 157 +++++ html/pypattyrn.creational-pysrc.html | 112 ++++ html/pypattyrn.creational.builder-module.html | 139 +++++ html/pypattyrn.creational.builder-pysrc.html | 191 ++++++ ...tyrn.creational.builder.Builder-class.html | 291 +++++++++ ...yrn.creational.builder.Director-class.html | 253 ++++++++ html/pypattyrn.creational.factory-module.html | 139 +++++ html/pypattyrn.creational.factory-pysrc.html | 172 ++++++ ...ational.factory.AbstractFactory-class.html | 285 +++++++++ ...tyrn.creational.factory.Factory-class.html | 204 +++++++ html/pypattyrn.creational.pool-module.html | 139 +++++ html/pypattyrn.creational.pool-pysrc.html | 187 ++++++ .../pypattyrn.creational.pool.Pool-class.html | 351 +++++++++++ ...attyrn.creational.pool.Reusable-class.html | 167 +++++ ...pypattyrn.creational.prototype-module.html | 156 +++++ .../pypattyrn.creational.prototype-pysrc.html | 138 +++++ ....creational.prototype.Prototype-class.html | 247 ++++++++ ...pypattyrn.creational.singleton-module.html | 156 +++++ .../pypattyrn.creational.singleton-pysrc.html | 136 +++++ ....creational.singleton.Singleton-class.html | 302 ++++++++++ html/pypattyrn.structural-module.html | 156 +++++ html/pypattyrn.structural-pysrc.html | 112 ++++ html/pypattyrn.structural.adapter-module.html | 156 +++++ html/pypattyrn.structural.adapter-pysrc.html | 145 +++++ ...tyrn.structural.adapter.Adapter-class.html | 311 ++++++++++ ...pypattyrn.structural.composite-module.html | 156 +++++ .../pypattyrn.structural.composite-pysrc.html | 185 ++++++ ....structural.composite.Composite-class.html | 430 +++++++++++++ ...pypattyrn.structural.decorator-module.html | 155 +++++ .../pypattyrn.structural.decorator-pysrc.html | 203 +++++++ ...tructural.decorator.CallWrapper-class.html | 166 +++++ ....structural.decorator.Decorator-class.html | 217 +++++++ ...ural.decorator.DecoratorComplex-class.html | 257 ++++++++ ...tural.decorator.DecoratorSimple-class.html | 195 ++++++ ...pypattyrn.structural.flyweight-module.html | 156 +++++ .../pypattyrn.structural.flyweight-pysrc.html | 165 +++++ ...uctural.flyweight.FlyweightMeta-class.html | 373 ++++++++++++ html/redirect.html | 2 +- html/toc-everything.html | 88 +-- html/toc-pypattyrn-module.html | 31 + html/toc-pypattyrn.behavioral-module.html | 31 + ...toc-pypattyrn.behavioral.chain-module.html | 32 + ...c-pypattyrn.behavioral.command-module.html | 33 + ...-pypattyrn.behavioral.iterator-module.html | 32 + ...-pypattyrn.behavioral.mediator-module.html | 33 + ...c-pypattyrn.behavioral.memento-module.html | 34 ++ .../toc-pypattyrn.behavioral.null-module.html | 33 + ...-pypattyrn.behavioral.observer-module.html | 32 + ...c-pypattyrn.behavioral.visitor-module.html | 32 + html/toc-pypattyrn.creational-module.html | 31 + ...c-pypattyrn.creational.builder-module.html | 32 + ...c-pypattyrn.creational.factory-module.html | 32 + .../toc-pypattyrn.creational.pool-module.html | 32 + ...pypattyrn.creational.prototype-module.html | 33 + ...pypattyrn.creational.singleton-module.html | 33 + html/toc-pypattyrn.structural-module.html | 31 + ...c-pypattyrn.structural.adapter-module.html | 33 + ...pypattyrn.structural.composite-module.html | 33 + ...pypattyrn.structural.decorator-module.html | 34 ++ ...pypattyrn.structural.flyweight-module.html | 33 + html/toc.html | 44 +- index.html | 2 +- {pypat => pypattyrn}/__init__.py | 0 {pypat => pypattyrn}/behavioral/__init__.py | 0 {pypat => pypattyrn}/behavioral/chain.py | 0 {pypat => pypattyrn}/behavioral/command.py | 0 {pypat => pypattyrn}/behavioral/iterator.py | 0 {pypat => pypattyrn}/behavioral/mediator.py | 0 {pypat => pypattyrn}/behavioral/memento.py | 0 {pypat => pypattyrn}/behavioral/null.py | 0 {pypat => pypattyrn}/behavioral/observer.py | 0 {pypat => pypattyrn}/behavioral/visitor.py | 0 {pypat => pypattyrn}/creational/__init__.py | 0 {pypat => pypattyrn}/creational/builder.py | 0 {pypat => pypattyrn}/creational/factory.py | 0 {pypat => pypattyrn}/creational/pool.py | 2 +- {pypat => pypattyrn}/creational/prototype.py | 0 {pypat => pypattyrn}/creational/singleton.py | 0 {pypat => pypattyrn}/structural/__init__.py | 0 {pypat => pypattyrn}/structural/adapter.py | 0 {pypat => pypattyrn}/structural/composite.py | 0 {pypat => pypattyrn}/structural/decorator.py | 0 {pypat => pypattyrn}/structural/flyweight.py | 0 setup.py | 20 +- tests/behavioral_tests/test_chain.py | 2 +- tests/behavioral_tests/test_command.py | 2 +- tests/behavioral_tests/test_iterator.py | 2 +- tests/behavioral_tests/test_mediator.py | 2 +- tests/behavioral_tests/test_memento.py | 2 +- tests/behavioral_tests/test_null.py | 2 +- tests/behavioral_tests/test_observer.py | 2 +- tests/behavioral_tests/test_visitor.py | 2 +- tests/creational_tests/test_builder.py | 2 +- tests/creational_tests/test_factory.py | 2 +- tests/creational_tests/test_pool.py | 2 +- tests/creational_tests/test_prototype.py | 2 +- tests/creational_tests/test_singleton.py | 2 +- tests/structural_tests/test_adapter.py | 2 +- tests/structural_tests/test_composite.py | 2 +- tests/structural_tests/test_decorator.py | 2 +- tests/structural_tests/test_flyweight.py | 2 +- 143 files changed, 16151 insertions(+), 567 deletions(-) create mode 100644 html/pypattyrn-module.html create mode 100644 html/pypattyrn-pysrc.html create mode 100644 html/pypattyrn.behavioral-module.html create mode 100644 html/pypattyrn.behavioral-pysrc.html create mode 100644 html/pypattyrn.behavioral.chain-module.html create mode 100644 html/pypattyrn.behavioral.chain-pysrc.html create mode 100644 html/pypattyrn.behavioral.chain.Chain-class.html create mode 100644 html/pypattyrn.behavioral.chain.ChainLink-class.html create mode 100644 html/pypattyrn.behavioral.command-module.html create mode 100644 html/pypattyrn.behavioral.command-pysrc.html create mode 100644 html/pypattyrn.behavioral.command.Command-class.html create mode 100644 html/pypattyrn.behavioral.command.Invoker-class.html create mode 100644 html/pypattyrn.behavioral.command.Receiver-class.html create mode 100644 html/pypattyrn.behavioral.iterator-module.html create mode 100644 html/pypattyrn.behavioral.iterator-pysrc.html create mode 100644 html/pypattyrn.behavioral.iterator.Iterable-class.html create mode 100644 html/pypattyrn.behavioral.iterator.Iterator-class.html create mode 100644 html/pypattyrn.behavioral.mediator-module.html create mode 100644 html/pypattyrn.behavioral.mediator-pysrc.html create mode 100644 html/pypattyrn.behavioral.mediator.Mediator-class.html create mode 100644 html/pypattyrn.behavioral.memento-module.html create mode 100644 html/pypattyrn.behavioral.memento-pysrc.html create mode 100644 html/pypattyrn.behavioral.memento.Memento-class.html create mode 100644 html/pypattyrn.behavioral.memento.Originator-class.html create mode 100644 html/pypattyrn.behavioral.null-module.html create mode 100644 html/pypattyrn.behavioral.null-pysrc.html create mode 100644 html/pypattyrn.behavioral.null.Null-class.html create mode 100644 html/pypattyrn.behavioral.observer-module.html create mode 100644 html/pypattyrn.behavioral.observer-pysrc.html create mode 100644 html/pypattyrn.behavioral.observer.Observable-class.html create mode 100644 html/pypattyrn.behavioral.observer.Observer-class.html create mode 100644 html/pypattyrn.behavioral.visitor-module.html create mode 100644 html/pypattyrn.behavioral.visitor-pysrc.html create mode 100644 html/pypattyrn.behavioral.visitor.Visitee-class.html create mode 100644 html/pypattyrn.behavioral.visitor.Visitor-class.html create mode 100644 html/pypattyrn.creational-module.html create mode 100644 html/pypattyrn.creational-pysrc.html create mode 100644 html/pypattyrn.creational.builder-module.html create mode 100644 html/pypattyrn.creational.builder-pysrc.html create mode 100644 html/pypattyrn.creational.builder.Builder-class.html create mode 100644 html/pypattyrn.creational.builder.Director-class.html create mode 100644 html/pypattyrn.creational.factory-module.html create mode 100644 html/pypattyrn.creational.factory-pysrc.html create mode 100644 html/pypattyrn.creational.factory.AbstractFactory-class.html create mode 100644 html/pypattyrn.creational.factory.Factory-class.html create mode 100644 html/pypattyrn.creational.pool-module.html create mode 100644 html/pypattyrn.creational.pool-pysrc.html create mode 100644 html/pypattyrn.creational.pool.Pool-class.html create mode 100644 html/pypattyrn.creational.pool.Reusable-class.html create mode 100644 html/pypattyrn.creational.prototype-module.html create mode 100644 html/pypattyrn.creational.prototype-pysrc.html create mode 100644 html/pypattyrn.creational.prototype.Prototype-class.html create mode 100644 html/pypattyrn.creational.singleton-module.html create mode 100644 html/pypattyrn.creational.singleton-pysrc.html create mode 100644 html/pypattyrn.creational.singleton.Singleton-class.html create mode 100644 html/pypattyrn.structural-module.html create mode 100644 html/pypattyrn.structural-pysrc.html create mode 100644 html/pypattyrn.structural.adapter-module.html create mode 100644 html/pypattyrn.structural.adapter-pysrc.html create mode 100644 html/pypattyrn.structural.adapter.Adapter-class.html create mode 100644 html/pypattyrn.structural.composite-module.html create mode 100644 html/pypattyrn.structural.composite-pysrc.html create mode 100644 html/pypattyrn.structural.composite.Composite-class.html create mode 100644 html/pypattyrn.structural.decorator-module.html create mode 100644 html/pypattyrn.structural.decorator-pysrc.html create mode 100644 html/pypattyrn.structural.decorator.CallWrapper-class.html create mode 100644 html/pypattyrn.structural.decorator.Decorator-class.html create mode 100644 html/pypattyrn.structural.decorator.DecoratorComplex-class.html create mode 100644 html/pypattyrn.structural.decorator.DecoratorSimple-class.html create mode 100644 html/pypattyrn.structural.flyweight-module.html create mode 100644 html/pypattyrn.structural.flyweight-pysrc.html create mode 100644 html/pypattyrn.structural.flyweight.FlyweightMeta-class.html create mode 100644 html/toc-pypattyrn-module.html create mode 100644 html/toc-pypattyrn.behavioral-module.html create mode 100644 html/toc-pypattyrn.behavioral.chain-module.html create mode 100644 html/toc-pypattyrn.behavioral.command-module.html create mode 100644 html/toc-pypattyrn.behavioral.iterator-module.html create mode 100644 html/toc-pypattyrn.behavioral.mediator-module.html create mode 100644 html/toc-pypattyrn.behavioral.memento-module.html create mode 100644 html/toc-pypattyrn.behavioral.null-module.html create mode 100644 html/toc-pypattyrn.behavioral.observer-module.html create mode 100644 html/toc-pypattyrn.behavioral.visitor-module.html create mode 100644 html/toc-pypattyrn.creational-module.html create mode 100644 html/toc-pypattyrn.creational.builder-module.html create mode 100644 html/toc-pypattyrn.creational.factory-module.html create mode 100644 html/toc-pypattyrn.creational.pool-module.html create mode 100644 html/toc-pypattyrn.creational.prototype-module.html create mode 100644 html/toc-pypattyrn.creational.singleton-module.html create mode 100644 html/toc-pypattyrn.structural-module.html create mode 100644 html/toc-pypattyrn.structural.adapter-module.html create mode 100644 html/toc-pypattyrn.structural.composite-module.html create mode 100644 html/toc-pypattyrn.structural.decorator-module.html create mode 100644 html/toc-pypattyrn.structural.flyweight-module.html rename {pypat => pypattyrn}/__init__.py (100%) rename {pypat => pypattyrn}/behavioral/__init__.py (100%) rename {pypat => pypattyrn}/behavioral/chain.py (100%) rename {pypat => pypattyrn}/behavioral/command.py (100%) rename {pypat => pypattyrn}/behavioral/iterator.py (100%) rename {pypat => pypattyrn}/behavioral/mediator.py (100%) rename {pypat => pypattyrn}/behavioral/memento.py (100%) rename {pypat => pypattyrn}/behavioral/null.py (100%) rename {pypat => pypattyrn}/behavioral/observer.py (100%) rename {pypat => pypattyrn}/behavioral/visitor.py (100%) rename {pypat => pypattyrn}/creational/__init__.py (100%) rename {pypat => pypattyrn}/creational/builder.py (100%) rename {pypat => pypattyrn}/creational/factory.py (100%) rename {pypat => pypattyrn}/creational/pool.py (97%) rename {pypat => pypattyrn}/creational/prototype.py (100%) rename {pypat => pypattyrn}/creational/singleton.py (100%) rename {pypat => pypattyrn}/structural/__init__.py (100%) rename {pypat => pypattyrn}/structural/adapter.py (100%) rename {pypat => pypattyrn}/structural/composite.py (100%) rename {pypat => pypattyrn}/structural/decorator.py (100%) rename {pypat => pypattyrn}/structural/flyweight.py (100%) diff --git a/.gitattributes b/.gitattributes index dc9a076..65ac0c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ /html/* linguist-vendored -/index.html \ No newline at end of file +/index.html linguist-vendored \ No newline at end of file diff --git a/html/api-objects.txt b/html/api-objects.txt index eb0bb85..bd54c39 100644 --- a/html/api-objects.txt +++ b/html/api-objects.txt @@ -1,142 +1,142 @@ -pypat pypat-module.html -pypat.__package__ pypat-module.html#__package__ -pypat.behavioral pypat.behavioral-module.html -pypat.behavioral.__package__ pypat.behavioral-module.html#__package__ -pypat.behavioral.chain pypat.behavioral.chain-module.html -pypat.behavioral.command pypat.behavioral.command-module.html -pypat.behavioral.iterator pypat.behavioral.iterator-module.html -pypat.behavioral.mediator pypat.behavioral.mediator-module.html -pypat.behavioral.mediator.__package__ pypat.behavioral.mediator-module.html#__package__ -pypat.behavioral.memento pypat.behavioral.memento-module.html -pypat.behavioral.memento.__package__ pypat.behavioral.memento-module.html#__package__ -pypat.behavioral.null pypat.behavioral.null-module.html -pypat.behavioral.null.__package__ pypat.behavioral.null-module.html#__package__ -pypat.behavioral.observer pypat.behavioral.observer-module.html -pypat.behavioral.visitor pypat.behavioral.visitor-module.html -pypat.creational pypat.creational-module.html -pypat.creational.__package__ pypat.creational-module.html#__package__ -pypat.creational.builder pypat.creational.builder-module.html -pypat.creational.factory pypat.creational.factory-module.html -pypat.creational.pool pypat.creational.pool-module.html -pypat.creational.prototype pypat.creational.prototype-module.html -pypat.creational.prototype.__package__ pypat.creational.prototype-module.html#__package__ -pypat.creational.singleton pypat.creational.singleton-module.html -pypat.creational.singleton.__package__ pypat.creational.singleton-module.html#__package__ -pypat.structural pypat.structural-module.html -pypat.structural.__package__ pypat.structural-module.html#__package__ -pypat.structural.adapter pypat.structural.adapter-module.html -pypat.structural.adapter.__package__ pypat.structural.adapter-module.html#__package__ -pypat.structural.composite pypat.structural.composite-module.html -pypat.structural.composite.__package__ pypat.structural.composite-module.html#__package__ -pypat.structural.decorator pypat.structural.decorator-module.html -pypat.structural.flyweight pypat.structural.flyweight-module.html -pypat.structural.flyweight.__package__ pypat.structural.flyweight-module.html#__package__ -pypat.behavioral.chain.Chain pypat.behavioral.chain.Chain-class.html -pypat.behavioral.chain.Chain.fail pypat.behavioral.chain.Chain-class.html#fail -pypat.behavioral.chain.Chain.handle pypat.behavioral.chain.Chain-class.html#handle -pypat.behavioral.chain.Chain.__init__ pypat.behavioral.chain.Chain-class.html#__init__ -pypat.behavioral.chain.ChainLink pypat.behavioral.chain.ChainLink-class.html -pypat.behavioral.chain.ChainLink.set_successor pypat.behavioral.chain.ChainLink-class.html#set_successor -pypat.behavioral.chain.ChainLink.successor_handle pypat.behavioral.chain.ChainLink-class.html#successor_handle -pypat.behavioral.chain.ChainLink.handle pypat.behavioral.chain.ChainLink-class.html#handle -pypat.behavioral.chain.ChainLink.__init__ pypat.behavioral.chain.ChainLink-class.html#__init__ -pypat.behavioral.command.Command pypat.behavioral.command.Command-class.html -pypat.behavioral.command.Command.execute pypat.behavioral.command.Command-class.html#execute -pypat.behavioral.command.Command.unexecute pypat.behavioral.command.Command-class.html#unexecute -pypat.behavioral.command.Command.__init__ pypat.behavioral.command.Command-class.html#__init__ -pypat.behavioral.command.Invoker pypat.behavioral.command.Invoker-class.html -pypat.behavioral.command.Invoker.execute pypat.behavioral.command.Invoker-class.html#execute -pypat.behavioral.command.Invoker.undo pypat.behavioral.command.Invoker-class.html#undo -pypat.behavioral.command.Invoker.__init__ pypat.behavioral.command.Invoker-class.html#__init__ -pypat.behavioral.command.Receiver pypat.behavioral.command.Receiver-class.html -pypat.behavioral.command.Receiver.action pypat.behavioral.command.Receiver-class.html#action -pypat.behavioral.iterator.Iterable pypat.behavioral.iterator.Iterable-class.html -pypat.behavioral.iterator.Iterable.__next__ pypat.behavioral.iterator.Iterable-class.html#__next__ -pypat.behavioral.iterator.Iterator pypat.behavioral.iterator.Iterator-class.html -pypat.behavioral.iterator.Iterator.__next__ pypat.behavioral.iterator.Iterator-class.html#__next__ -pypat.behavioral.iterator.Iterator.__iter__ pypat.behavioral.iterator.Iterator-class.html#__iter__ -pypat.behavioral.iterator.Iterator.__init__ pypat.behavioral.iterator.Iterator-class.html#__init__ -pypat.behavioral.mediator.Mediator pypat.behavioral.mediator.Mediator-class.html -pypat.behavioral.mediator.Mediator.disconnect pypat.behavioral.mediator.Mediator-class.html#disconnect -pypat.behavioral.mediator.Mediator.signal pypat.behavioral.mediator.Mediator-class.html#signal -pypat.behavioral.mediator.Mediator.connect pypat.behavioral.mediator.Mediator-class.html#connect -pypat.behavioral.mediator.Mediator.__init__ pypat.behavioral.mediator.Mediator-class.html#__init__ -pypat.behavioral.memento.Memento pypat.behavioral.memento.Memento-class.html -pypat.behavioral.memento.Memento.state pypat.behavioral.memento.Memento-class.html#state -pypat.behavioral.memento.Memento.__init__ pypat.behavioral.memento.Memento-class.html#__init__ -pypat.behavioral.memento.Originator pypat.behavioral.memento.Originator-class.html -pypat.behavioral.memento.Originator.rollback pypat.behavioral.memento.Originator-class.html#rollback -pypat.behavioral.memento.Originator.commit pypat.behavioral.memento.Originator-class.html#commit -pypat.behavioral.null.Null pypat.behavioral.null.Null-class.html -pypat.behavioral.null.Null.__setattr__ pypat.behavioral.null.Null-class.html#__setattr__ -pypat.behavioral.null.Null.__str__ pypat.behavioral.null.Null-class.html#__str__ -pypat.behavioral.null.Null.__bool__ pypat.behavioral.null.Null-class.html#__bool__ -pypat.behavioral.null.Null.__getattr__ pypat.behavioral.null.Null-class.html#__getattr__ -pypat.behavioral.null.Null.__delattr__ pypat.behavioral.null.Null-class.html#__delattr__ -pypat.behavioral.null.Null.__repr__ pypat.behavioral.null.Null-class.html#__repr__ -pypat.behavioral.null.Null.__call__ pypat.behavioral.null.Null-class.html#__call__ -pypat.behavioral.null.Null.__init__ pypat.behavioral.null.Null-class.html#__init__ -pypat.behavioral.observer.Observable pypat.behavioral.observer.Observable-class.html -pypat.behavioral.observer.Observable.attach pypat.behavioral.observer.Observable-class.html#attach -pypat.behavioral.observer.Observable.notify pypat.behavioral.observer.Observable-class.html#notify -pypat.behavioral.observer.Observable.detach pypat.behavioral.observer.Observable-class.html#detach -pypat.behavioral.observer.Observable.__init__ pypat.behavioral.observer.Observable-class.html#__init__ -pypat.behavioral.observer.Observer pypat.behavioral.observer.Observer-class.html -pypat.behavioral.observer.Observer.update pypat.behavioral.observer.Observer-class.html#update -pypat.behavioral.visitor.Visitee pypat.behavioral.visitor.Visitee-class.html -pypat.behavioral.visitor.Visitee.accept pypat.behavioral.visitor.Visitee-class.html#accept -pypat.behavioral.visitor.Visitor pypat.behavioral.visitor.Visitor-class.html -pypat.behavioral.visitor.Visitor.generic_visit pypat.behavioral.visitor.Visitor-class.html#generic_visit -pypat.behavioral.visitor.Visitor.visit pypat.behavioral.visitor.Visitor-class.html#visit -pypat.creational.builder.Builder pypat.creational.builder.Builder-class.html -pypat.creational.builder.Builder._register pypat.creational.builder.Builder-class.html#_register -pypat.creational.builder.Builder.build pypat.creational.builder.Builder-class.html#build -pypat.creational.builder.Builder.__init__ pypat.creational.builder.Builder-class.html#__init__ -pypat.creational.builder.Director pypat.creational.builder.Director-class.html -pypat.creational.builder.Director.get_constructed_object pypat.creational.builder.Director-class.html#get_constructed_object -pypat.creational.builder.Director.construct pypat.creational.builder.Director-class.html#construct -pypat.creational.builder.Director.__init__ pypat.creational.builder.Director-class.html#__init__ -pypat.creational.factory.AbstractFactory pypat.creational.factory.AbstractFactory-class.html -pypat.creational.factory.AbstractFactory._register pypat.creational.factory.AbstractFactory-class.html#_register -pypat.creational.factory.AbstractFactory.create pypat.creational.factory.AbstractFactory-class.html#create -pypat.creational.factory.AbstractFactory.__init__ pypat.creational.factory.AbstractFactory-class.html#__init__ -pypat.creational.factory.Factory pypat.creational.factory.Factory-class.html -pypat.creational.factory.Factory.create pypat.creational.factory.Factory-class.html#create -pypat.creational.pool.Pool pypat.creational.pool.Pool-class.html -pypat.creational.pool.Pool._expand pypat.creational.pool.Pool-class.html#_expand -pypat.creational.pool.Pool.acquire pypat.creational.pool.Pool-class.html#acquire -pypat.creational.pool.Pool.release pypat.creational.pool.Pool-class.html#release -pypat.creational.pool.Pool.__init__ pypat.creational.pool.Pool-class.html#__init__ -pypat.creational.pool.Reusable pypat.creational.pool.Reusable-class.html -pypat.creational.pool.Reusable.reset pypat.creational.pool.Reusable-class.html#reset -pypat.creational.pool.Reusable.__init__ pypat.creational.pool.Reusable-class.html#__init__ -pypat.creational.prototype.Prototype pypat.creational.prototype.Prototype-class.html -pypat.creational.prototype.Prototype.prototype pypat.creational.prototype.Prototype-class.html#prototype -pypat.creational.singleton.Singleton pypat.creational.singleton.Singleton-class.html -pypat.creational.singleton.Singleton.__call__ pypat.creational.singleton.Singleton-class.html#__call__ -pypat.creational.singleton.Singleton.__instance pypat.creational.singleton.Singleton-class.html#__instance -pypat.structural.adapter.Adapter pypat.structural.adapter.Adapter-class.html -pypat.structural.adapter.Adapter.__getattr__ pypat.structural.adapter.Adapter-class.html#__getattr__ -pypat.structural.adapter.Adapter.original_dict pypat.structural.adapter.Adapter-class.html#original_dict -pypat.structural.adapter.Adapter.__init__ pypat.structural.adapter.Adapter-class.html#__init__ -pypat.structural.composite.Composite pypat.structural.composite.Composite-class.html -pypat.structural.composite.Composite.add_component pypat.structural.composite.Composite-class.html#add_component -pypat.structural.composite.Composite.__getattr__ pypat.structural.composite.Composite-class.html#__getattr__ -pypat.structural.composite.Composite._delegate pypat.structural.composite.Composite-class.html#_delegate -pypat.structural.composite.Composite.remove_component pypat.structural.composite.Composite-class.html#remove_component -pypat.structural.composite.Composite.__init__ pypat.structural.composite.Composite-class.html#__init__ -pypat.structural.decorator.CallWrapper pypat.structural.decorator.CallWrapper-class.html -pypat.structural.decorator.CallWrapper.__call__ pypat.structural.decorator.CallWrapper-class.html#__call__ -pypat.structural.decorator.DecoratorSimple.__init__ pypat.structural.decorator.DecoratorSimple-class.html#__init__ -pypat.structural.decorator.Decorator pypat.structural.decorator.Decorator-class.html -pypat.structural.decorator.Decorator.__call__ pypat.structural.decorator.Decorator-class.html#__call__ -pypat.structural.decorator.Decorator.__get__ pypat.structural.decorator.Decorator-class.html#__get__ -pypat.structural.decorator.DecoratorComplex pypat.structural.decorator.DecoratorComplex-class.html -pypat.structural.decorator.DecoratorComplex.__call__ pypat.structural.decorator.DecoratorComplex-class.html#__call__ -pypat.structural.decorator.DecoratorComplex.__init__ pypat.structural.decorator.DecoratorComplex-class.html#__init__ -pypat.structural.decorator.DecoratorSimple pypat.structural.decorator.DecoratorSimple-class.html -pypat.structural.decorator.DecoratorSimple.__init__ pypat.structural.decorator.DecoratorSimple-class.html#__init__ -pypat.structural.flyweight.FlyweightMeta pypat.structural.flyweight.FlyweightMeta-class.html -pypat.structural.flyweight.FlyweightMeta.__new__ pypat.structural.flyweight.FlyweightMeta-class.html#__new__ -pypat.structural.flyweight.FlyweightMeta.__call__ pypat.structural.flyweight.FlyweightMeta-class.html#__call__ -pypat.structural.flyweight.FlyweightMeta._serialize pypat.structural.flyweight.FlyweightMeta-class.html#_serialize +pypattyrn pypattyrn-module.html +pypattyrn.__package__ pypattyrn-module.html#__package__ +pypattyrn.behavioral pypattyrn.behavioral-module.html +pypattyrn.behavioral.__package__ pypattyrn.behavioral-module.html#__package__ +pypattyrn.behavioral.chain pypattyrn.behavioral.chain-module.html +pypattyrn.behavioral.command pypattyrn.behavioral.command-module.html +pypattyrn.behavioral.iterator pypattyrn.behavioral.iterator-module.html +pypattyrn.behavioral.mediator pypattyrn.behavioral.mediator-module.html +pypattyrn.behavioral.mediator.__package__ pypattyrn.behavioral.mediator-module.html#__package__ +pypattyrn.behavioral.memento pypattyrn.behavioral.memento-module.html +pypattyrn.behavioral.memento.__package__ pypattyrn.behavioral.memento-module.html#__package__ +pypattyrn.behavioral.null pypattyrn.behavioral.null-module.html +pypattyrn.behavioral.null.__package__ pypattyrn.behavioral.null-module.html#__package__ +pypattyrn.behavioral.observer pypattyrn.behavioral.observer-module.html +pypattyrn.behavioral.visitor pypattyrn.behavioral.visitor-module.html +pypattyrn.creational pypattyrn.creational-module.html +pypattyrn.creational.__package__ pypattyrn.creational-module.html#__package__ +pypattyrn.creational.builder pypattyrn.creational.builder-module.html +pypattyrn.creational.factory pypattyrn.creational.factory-module.html +pypattyrn.creational.pool pypattyrn.creational.pool-module.html +pypattyrn.creational.prototype pypattyrn.creational.prototype-module.html +pypattyrn.creational.prototype.__package__ pypattyrn.creational.prototype-module.html#__package__ +pypattyrn.creational.singleton pypattyrn.creational.singleton-module.html +pypattyrn.creational.singleton.__package__ pypattyrn.creational.singleton-module.html#__package__ +pypattyrn.structural pypattyrn.structural-module.html +pypattyrn.structural.__package__ pypattyrn.structural-module.html#__package__ +pypattyrn.structural.adapter pypattyrn.structural.adapter-module.html +pypattyrn.structural.adapter.__package__ pypattyrn.structural.adapter-module.html#__package__ +pypattyrn.structural.composite pypattyrn.structural.composite-module.html +pypattyrn.structural.composite.__package__ pypattyrn.structural.composite-module.html#__package__ +pypattyrn.structural.decorator pypattyrn.structural.decorator-module.html +pypattyrn.structural.flyweight pypattyrn.structural.flyweight-module.html +pypattyrn.structural.flyweight.__package__ pypattyrn.structural.flyweight-module.html#__package__ +pypattyrn.behavioral.chain.Chain pypattyrn.behavioral.chain.Chain-class.html +pypattyrn.behavioral.chain.Chain.fail pypattyrn.behavioral.chain.Chain-class.html#fail +pypattyrn.behavioral.chain.Chain.handle pypattyrn.behavioral.chain.Chain-class.html#handle +pypattyrn.behavioral.chain.Chain.__init__ pypattyrn.behavioral.chain.Chain-class.html#__init__ +pypattyrn.behavioral.chain.ChainLink pypattyrn.behavioral.chain.ChainLink-class.html +pypattyrn.behavioral.chain.ChainLink.set_successor pypattyrn.behavioral.chain.ChainLink-class.html#set_successor +pypattyrn.behavioral.chain.ChainLink.successor_handle pypattyrn.behavioral.chain.ChainLink-class.html#successor_handle +pypattyrn.behavioral.chain.ChainLink.handle pypattyrn.behavioral.chain.ChainLink-class.html#handle +pypattyrn.behavioral.chain.ChainLink.__init__ pypattyrn.behavioral.chain.ChainLink-class.html#__init__ +pypattyrn.behavioral.command.Command pypattyrn.behavioral.command.Command-class.html +pypattyrn.behavioral.command.Command.execute pypattyrn.behavioral.command.Command-class.html#execute +pypattyrn.behavioral.command.Command.unexecute pypattyrn.behavioral.command.Command-class.html#unexecute +pypattyrn.behavioral.command.Command.__init__ pypattyrn.behavioral.command.Command-class.html#__init__ +pypattyrn.behavioral.command.Invoker pypattyrn.behavioral.command.Invoker-class.html +pypattyrn.behavioral.command.Invoker.execute pypattyrn.behavioral.command.Invoker-class.html#execute +pypattyrn.behavioral.command.Invoker.undo pypattyrn.behavioral.command.Invoker-class.html#undo +pypattyrn.behavioral.command.Invoker.__init__ pypattyrn.behavioral.command.Invoker-class.html#__init__ +pypattyrn.behavioral.command.Receiver pypattyrn.behavioral.command.Receiver-class.html +pypattyrn.behavioral.command.Receiver.action pypattyrn.behavioral.command.Receiver-class.html#action +pypattyrn.behavioral.iterator.Iterable pypattyrn.behavioral.iterator.Iterable-class.html +pypattyrn.behavioral.iterator.Iterable.__next__ pypattyrn.behavioral.iterator.Iterable-class.html#__next__ +pypattyrn.behavioral.iterator.Iterator pypattyrn.behavioral.iterator.Iterator-class.html +pypattyrn.behavioral.iterator.Iterator.__next__ pypattyrn.behavioral.iterator.Iterator-class.html#__next__ +pypattyrn.behavioral.iterator.Iterator.__iter__ pypattyrn.behavioral.iterator.Iterator-class.html#__iter__ +pypattyrn.behavioral.iterator.Iterator.__init__ pypattyrn.behavioral.iterator.Iterator-class.html#__init__ +pypattyrn.behavioral.mediator.Mediator pypattyrn.behavioral.mediator.Mediator-class.html +pypattyrn.behavioral.mediator.Mediator.disconnect pypattyrn.behavioral.mediator.Mediator-class.html#disconnect +pypattyrn.behavioral.mediator.Mediator.signal pypattyrn.behavioral.mediator.Mediator-class.html#signal +pypattyrn.behavioral.mediator.Mediator.connect pypattyrn.behavioral.mediator.Mediator-class.html#connect +pypattyrn.behavioral.mediator.Mediator.__init__ pypattyrn.behavioral.mediator.Mediator-class.html#__init__ +pypattyrn.behavioral.memento.Memento pypattyrn.behavioral.memento.Memento-class.html +pypattyrn.behavioral.memento.Memento.state pypattyrn.behavioral.memento.Memento-class.html#state +pypattyrn.behavioral.memento.Memento.__init__ pypattyrn.behavioral.memento.Memento-class.html#__init__ +pypattyrn.behavioral.memento.Originator pypattyrn.behavioral.memento.Originator-class.html +pypattyrn.behavioral.memento.Originator.rollback pypattyrn.behavioral.memento.Originator-class.html#rollback +pypattyrn.behavioral.memento.Originator.commit pypattyrn.behavioral.memento.Originator-class.html#commit +pypattyrn.behavioral.null.Null pypattyrn.behavioral.null.Null-class.html +pypattyrn.behavioral.null.Null.__setattr__ pypattyrn.behavioral.null.Null-class.html#__setattr__ +pypattyrn.behavioral.null.Null.__str__ pypattyrn.behavioral.null.Null-class.html#__str__ +pypattyrn.behavioral.null.Null.__bool__ pypattyrn.behavioral.null.Null-class.html#__bool__ +pypattyrn.behavioral.null.Null.__getattr__ pypattyrn.behavioral.null.Null-class.html#__getattr__ +pypattyrn.behavioral.null.Null.__delattr__ pypattyrn.behavioral.null.Null-class.html#__delattr__ +pypattyrn.behavioral.null.Null.__repr__ pypattyrn.behavioral.null.Null-class.html#__repr__ +pypattyrn.behavioral.null.Null.__call__ pypattyrn.behavioral.null.Null-class.html#__call__ +pypattyrn.behavioral.null.Null.__init__ pypattyrn.behavioral.null.Null-class.html#__init__ +pypattyrn.behavioral.observer.Observable pypattyrn.behavioral.observer.Observable-class.html +pypattyrn.behavioral.observer.Observable.attach pypattyrn.behavioral.observer.Observable-class.html#attach +pypattyrn.behavioral.observer.Observable.notify pypattyrn.behavioral.observer.Observable-class.html#notify +pypattyrn.behavioral.observer.Observable.detach pypattyrn.behavioral.observer.Observable-class.html#detach +pypattyrn.behavioral.observer.Observable.__init__ pypattyrn.behavioral.observer.Observable-class.html#__init__ +pypattyrn.behavioral.observer.Observer pypattyrn.behavioral.observer.Observer-class.html +pypattyrn.behavioral.observer.Observer.update pypattyrn.behavioral.observer.Observer-class.html#update +pypattyrn.behavioral.visitor.Visitee pypattyrn.behavioral.visitor.Visitee-class.html +pypattyrn.behavioral.visitor.Visitee.accept pypattyrn.behavioral.visitor.Visitee-class.html#accept +pypattyrn.behavioral.visitor.Visitor pypattyrn.behavioral.visitor.Visitor-class.html +pypattyrn.behavioral.visitor.Visitor.generic_visit pypattyrn.behavioral.visitor.Visitor-class.html#generic_visit +pypattyrn.behavioral.visitor.Visitor.visit pypattyrn.behavioral.visitor.Visitor-class.html#visit +pypattyrn.creational.builder.Builder pypattyrn.creational.builder.Builder-class.html +pypattyrn.creational.builder.Builder._register pypattyrn.creational.builder.Builder-class.html#_register +pypattyrn.creational.builder.Builder.build pypattyrn.creational.builder.Builder-class.html#build +pypattyrn.creational.builder.Builder.__init__ pypattyrn.creational.builder.Builder-class.html#__init__ +pypattyrn.creational.builder.Director pypattyrn.creational.builder.Director-class.html +pypattyrn.creational.builder.Director.get_constructed_object pypattyrn.creational.builder.Director-class.html#get_constructed_object +pypattyrn.creational.builder.Director.construct pypattyrn.creational.builder.Director-class.html#construct +pypattyrn.creational.builder.Director.__init__ pypattyrn.creational.builder.Director-class.html#__init__ +pypattyrn.creational.factory.AbstractFactory pypattyrn.creational.factory.AbstractFactory-class.html +pypattyrn.creational.factory.AbstractFactory._register pypattyrn.creational.factory.AbstractFactory-class.html#_register +pypattyrn.creational.factory.AbstractFactory.create pypattyrn.creational.factory.AbstractFactory-class.html#create +pypattyrn.creational.factory.AbstractFactory.__init__ pypattyrn.creational.factory.AbstractFactory-class.html#__init__ +pypattyrn.creational.factory.Factory pypattyrn.creational.factory.Factory-class.html +pypattyrn.creational.factory.Factory.create pypattyrn.creational.factory.Factory-class.html#create +pypattyrn.creational.pool.Pool pypattyrn.creational.pool.Pool-class.html +pypattyrn.creational.pool.Pool._expand pypattyrn.creational.pool.Pool-class.html#_expand +pypattyrn.creational.pool.Pool.acquire pypattyrn.creational.pool.Pool-class.html#acquire +pypattyrn.creational.pool.Pool.release pypattyrn.creational.pool.Pool-class.html#release +pypattyrn.creational.pool.Pool.__init__ pypattyrn.creational.pool.Pool-class.html#__init__ +pypattyrn.creational.pool.Reusable pypattyrn.creational.pool.Reusable-class.html +pypattyrn.creational.pool.Reusable.reset pypattyrn.creational.pool.Reusable-class.html#reset +pypattyrn.creational.pool.Reusable.__init__ pypattyrn.creational.pool.Reusable-class.html#__init__ +pypattyrn.creational.prototype.Prototype pypattyrn.creational.prototype.Prototype-class.html +pypattyrn.creational.prototype.Prototype.prototype pypattyrn.creational.prototype.Prototype-class.html#prototype +pypattyrn.creational.singleton.Singleton pypattyrn.creational.singleton.Singleton-class.html +pypattyrn.creational.singleton.Singleton.__call__ pypattyrn.creational.singleton.Singleton-class.html#__call__ +pypattyrn.creational.singleton.Singleton.__instance pypattyrn.creational.singleton.Singleton-class.html#__instance +pypattyrn.structural.adapter.Adapter pypattyrn.structural.adapter.Adapter-class.html +pypattyrn.structural.adapter.Adapter.__getattr__ pypattyrn.structural.adapter.Adapter-class.html#__getattr__ +pypattyrn.structural.adapter.Adapter.original_dict pypattyrn.structural.adapter.Adapter-class.html#original_dict +pypattyrn.structural.adapter.Adapter.__init__ pypattyrn.structural.adapter.Adapter-class.html#__init__ +pypattyrn.structural.composite.Composite pypattyrn.structural.composite.Composite-class.html +pypattyrn.structural.composite.Composite.add_component pypattyrn.structural.composite.Composite-class.html#add_component +pypattyrn.structural.composite.Composite.__getattr__ pypattyrn.structural.composite.Composite-class.html#__getattr__ +pypattyrn.structural.composite.Composite._delegate pypattyrn.structural.composite.Composite-class.html#_delegate +pypattyrn.structural.composite.Composite.remove_component pypattyrn.structural.composite.Composite-class.html#remove_component +pypattyrn.structural.composite.Composite.__init__ pypattyrn.structural.composite.Composite-class.html#__init__ +pypattyrn.structural.decorator.CallWrapper pypattyrn.structural.decorator.CallWrapper-class.html +pypattyrn.structural.decorator.CallWrapper.__call__ pypattyrn.structural.decorator.CallWrapper-class.html#__call__ +pypattyrn.structural.decorator.DecoratorSimple.__init__ pypattyrn.structural.decorator.DecoratorSimple-class.html#__init__ +pypattyrn.structural.decorator.Decorator pypattyrn.structural.decorator.Decorator-class.html +pypattyrn.structural.decorator.Decorator.__call__ pypattyrn.structural.decorator.Decorator-class.html#__call__ +pypattyrn.structural.decorator.Decorator.__get__ pypattyrn.structural.decorator.Decorator-class.html#__get__ +pypattyrn.structural.decorator.DecoratorComplex pypattyrn.structural.decorator.DecoratorComplex-class.html +pypattyrn.structural.decorator.DecoratorComplex.__call__ pypattyrn.structural.decorator.DecoratorComplex-class.html#__call__ +pypattyrn.structural.decorator.DecoratorComplex.__init__ pypattyrn.structural.decorator.DecoratorComplex-class.html#__init__ +pypattyrn.structural.decorator.DecoratorSimple pypattyrn.structural.decorator.DecoratorSimple-class.html +pypattyrn.structural.decorator.DecoratorSimple.__init__ pypattyrn.structural.decorator.DecoratorSimple-class.html#__init__ +pypattyrn.structural.flyweight.FlyweightMeta pypattyrn.structural.flyweight.FlyweightMeta-class.html +pypattyrn.structural.flyweight.FlyweightMeta.__new__ pypattyrn.structural.flyweight.FlyweightMeta-class.html#__new__ +pypattyrn.structural.flyweight.FlyweightMeta.__call__ pypattyrn.structural.flyweight.FlyweightMeta-class.html#__call__ +pypattyrn.structural.flyweight.FlyweightMeta._serialize pypattyrn.structural.flyweight.FlyweightMeta-class.html#_serialize diff --git a/html/class-tree.html b/html/class-tree.html index 88df853..962f1b9 100644 --- a/html/class-tree.html +++ b/html/class-tree.html @@ -16,7 +16,7 @@    Home    + href="pypattyrn-module.html">Home    object: The most base type