René's URL Explorer Experiment


Title: PythonDecorators

Mail addresses
infrastructure@python.org

direct link

Domain: wiki.python.org

Nonetext/html; charset=utf-8

Links:

python.orghttps://www.python.org/
https://wiki.python.org/python/FrontPage.html
Homehttps://wiki.python.org/python/FrontPage.html
All Pageshttps://wiki.python.org/python/TitleIndex.html
Recent Changeshttps://wiki.python.org/python/RecentChanges.html
About this pagehttps://wiki.python.org/python/PythonDecorators.html#About_this_page
What is a Decoratorhttps://wiki.python.org/python/PythonDecorators.html#What_is_a_Decorator
What is a Python Decoratorhttps://wiki.python.org/python/PythonDecorators.html#What_is_a_Python_Decorator
Debate about decorators in Pythonhttps://wiki.python.org/python/PythonDecorators.html#Debate_about_decorators_in_Python
Exampleshttps://wiki.python.org/python/PythonDecorators.html#Examples
Current Python Decorator Proposalshttps://wiki.python.org/python/PythonDecorators.html#Current_Python_Decorator_Proposals
A1. pie decorator syntaxhttps://wiki.python.org/python/PythonDecorators.html#A1._pie_decorator_syntax
A2. pie decorator and space syntaxhttps://wiki.python.org/python/PythonDecorators.html#A2._pie_decorator_and_space_syntax
B. list-before-def syntaxhttps://wiki.python.org/python/PythonDecorators.html#B._list-before-def_syntax
C1. list-after-def syntaxhttps://wiki.python.org/python/PythonDecorators.html#C1._list-after-def_syntax
C2. list-after-def syntax with a (pseudo-)keywordhttps://wiki.python.org/python/PythonDecorators.html#C2._list-after-def_syntax_with_a_.28pseudo-.29keyword
C3. tuple-after-def syntax with a (pseudo-)keywordhttps://wiki.python.org/python/PythonDecorators.html#C3._tuple-after-def_syntax_with_a_.28pseudo-.29keyword
C4. tuple-after-def syntax with a % operatorhttps://wiki.python.org/python/PythonDecorators.html#C4._tuple-after-def_syntax_with_a_.25_operator
D1. list at top of function body syntaxhttps://wiki.python.org/python/PythonDecorators.html#D1._list_at_top_of_function_body_syntax
D2. 'dot'decorators at top of function body syntaxhttps://wiki.python.org/python/PythonDecorators.html#D2._.27dot.27decorators_at_top_of_function_body_syntax
E1. pie decorator at top of function body syntaxhttps://wiki.python.org/python/PythonDecorators.html#E1._pie_decorator_at_top_of_function_body_syntax
E2. vbar decorator at top of function body syntaxhttps://wiki.python.org/python/PythonDecorators.html#E2._vbar_decorator_at_top_of_function_body_syntax
E3. vbar decorator after arghttps://wiki.python.org/python/PythonDecorators.html#E3._vbar_decorator_after_arg
E4. keyword decorator at top of function body syntaxhttps://wiki.python.org/python/PythonDecorators.html#E4._keyword_decorator_at_top_of_function_body_syntax
F. inline syntaxhttps://wiki.python.org/python/PythonDecorators.html#F._inline_syntax
F2. inline syntax + new keyword (decodef for example)https://wiki.python.org/python/PythonDecorators.html#F2._inline_syntax_.2B-_new_keyword_.28decodef_for_example.29
G. as decoratorhttps://wiki.python.org/python/PythonDecorators.html#G._as_decorator
H. pie decorator using a different characterhttps://wiki.python.org/python/PythonDecorators.html#H._pie_decorator_using_a_different_character
I. angle brackets decorator syntaxhttps://wiki.python.org/python/PythonDecorators.html#I._angle_brackets_decorator_syntax
J1. new keyword decorator syntaxhttps://wiki.python.org/python/PythonDecorators.html#J1._new_keyword_decorator_syntax
J2. expand the def suitehttps://wiki.python.org/python/PythonDecorators.html#J2._expand_the_def_suite
J3. two part def suitehttps://wiki.python.org/python/PythonDecorators.html#J3._two_part_def_suite
J4 two part def suite with "@" decoratorshttps://wiki.python.org/python/PythonDecorators.html#J4_two_part_def_suite_with_.22.40.22_decorators
J5 two part def suite with "@" decorators and colonhttps://wiki.python.org/python/PythonDecorators.html#J5_two_part_def_suite_with_.22.40.22_decorators_and_colon
K. partitioned syntax syntaxhttps://wiki.python.org/python/PythonDecorators.html#K._partitioned_syntax_syntax
L. Keyword other than as and with before defhttps://wiki.python.org/python/PythonDecorators.html#L._Keyword_other_than_as_and_with_before_def
M. Making def an expression / letting it return a valuehttps://wiki.python.org/python/PythonDecorators.html#M._Making_def_an_expression_.2F_letting_it_return_a_value
N: Another Proposal (supplied by Anonymous)https://wiki.python.org/python/PythonDecorators.html#N:_Another_Proposal_.28supplied_by_Anonymous.29
Decorator Syntax Breakdownhttps://wiki.python.org/python/PythonDecorators.html#Decorator_Syntax_Breakdown
Indicatorhttps://wiki.python.org/python/PythonDecorators.html#Indicator
Locationhttps://wiki.python.org/python/PythonDecorators.html#Location
List Notationhttps://wiki.python.org/python/PythonDecorators.html#List_Notation
Indentationhttps://wiki.python.org/python/PythonDecorators.html#Indentation
Order of Decoratorshttps://wiki.python.org/python/PythonDecorators.html#Order_of_Decorators
Allowable Decoratorshttps://wiki.python.org/python/PythonDecorators.html#Allowable_Decorators
Meaning of decoratorshttps://wiki.python.org/python/PythonDecorators.html#Meaning_of_decorators
Thinking ahead to Python 3 ?https://wiki.python.org/python/PythonDecorators.html#Thinking_ahead_to_Python_3_.3F
http://en.wikipedia.org/wiki/Python_syntax_and_semantics#Decoratorshttp://en.wikipedia.org/wiki/Python_syntax_and_semantics#Decorators
PEP 318http://www.python.org/peps/pep-0318.html
http://en.wikipedia.org/wiki/Decorator_patternhttp://en.wikipedia.org/wiki/Decorator_pattern
DecoratorPatternhttps://wiki.python.org/python/DecoratorPattern.html
DecoratorPatternhttps://wiki.python.org/python/DecoratorPattern.html
PEP 318http://www.python.org/peps/pep-0318.html
this messagehttp://mail.python.org/pipermail/python-dev/2004-June/045516.html
Herehttp://mail.python.org/pipermail/patches/2004-July/015452.html
1https://wiki.python.org/python/PythonDecorators.html#CA-4e53d9a9d9c585a4b3b3d41229c056f62ffda206_1
2https://wiki.python.org/python/PythonDecorators.html#CA-4e53d9a9d9c585a4b3b3d41229c056f62ffda206_2
3https://wiki.python.org/python/PythonDecorators.html#CA-4e53d9a9d9c585a4b3b3d41229c056f62ffda206_3
PythonDecoratorLibraryhttps://wiki.python.org/python/PythonDecoratorLibrary.html
MixInshttps://wiki.python.org/python/MixIns.html
MetaClasseshttps://wiki.python.org/python/MetaClasses.html
section 6https://wiki.python.org/python/PythonDecorators.html#head-f22ccf491766760d15b371b8ed27c8a81b7cde2f
http://wiki.wxpython.org/index.cgi/PythonDecoratorsPollhttp://wiki.wxpython.org/index.cgi/PythonDecoratorsPoll
WikiPagehttps://wiki.python.org/python/WikiPage.html
EuroPythonhttps://wiki.python.org/python/EuroPython.html
example Guido just sent to python-devhttp://mail.python.org/pipermail/python-dev/2004-August/047112.html
herehttp://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286147
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
Optimal Syntax for Python Decoratorshttp://www.aminus.org/rbre/python/pydec.html
http://www.python.org/sf/1013835http://www.python.org/sf/1013835
http://mail.python.org/pipermail/python-list/2004-August/233591.htmlhttp://mail.python.org/pipermail/python-list/2004-August/233591.html
Python3.0https://wiki.python.org/python/Python3(2e)0.html
PaulMcGuirehttps://wiki.python.org/python/PaulMcGuire.html
http://mail.python.org/pipermail/python-dev/2004-August/047279.htmlhttp://mail.python.org/pipermail/python-dev/2004-August/047279.html
Guido rejectshttp://mail.python.org/pipermail/python-dev/2004-August/047289.html
Phillip J. Ebyhttp://mail.python.org/pipermail/python-dev/2004-March/043080.html
David Eppsteinhttp://mail.python.org/pipermail/python-dev/2004-August/047666.html
Christopher Kinghttp://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&selm=Pine.LNX.4.44.0408050856390.31290-100000@ccc9.wpi.edu&rnum=1

URLs of crawlers that visited me.