Results 1 - 3 of about 3 results out of about 3678 pages. (0.04 seconds)

PythonDecorators . . . 2 matches
...ators" we talk about with concern to Python are not exactly the same thing as the DecoratorPattern described above. A Python decorator is a specific change to the Python syntax th...

61.0k - rev: 146 (current) last modified: 2016-05-20 20:14:18

PatternsInPython . . . 1 match
...com/DevCenter/VisitorRevisited|Visitor Pattern]] * DependencyInjectionPattern * DecoratorPattern * ObserverPattern * FunctionWrappers * MementoPattern ---- I've removed "Inv...

1.0k - rev: 11 (current) last modified: 2008-11-15 14:01:26

FunctionWrappers . . . 1 match
...th the wrapped function, so it can be used instead of it. (This is related to the DecoratorPattern.) As of Python 2.1 and the introduction of nested scopes, wrapping a function is...

1.6k - rev: 6 (current) last modified: 2008-11-15 14:00:47

Unable to edit the page? See the FrontPage for instructions.