René's URL Explorer Experiment


Title: Decorators

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
PythonDecoratorLibraryhttps://wiki.python.org/python/PythonDecoratorLibrary.html
@propertyhttps://docs.python.org/3/library/functions.html?highlight=property#property
@classsmethodhttps://docs.python.org/3/library/functions.html?highlight=property#classmethod
@staticmethodhttps://docs.python.org/3/library/functions.html?highlight=property#staticmethod
@functools.wrapshttps://docs.python.org/3/library/functools.html?highlight=functools#functools.wraps
@functools.singledispatchhttps://docs.python.org/3/library/functools.html?highlight=functools#functools.singledispatch
@functools.lru_cachehttps://stackoverflow.com/questions/815110/is-there-a-decorator-to-simply-cache-function-return-values
@functools.cmp_to_keyhttps://docs.python.org/3/library/functools.html?highlight=functools#functools.cmp_to_key
@functools.total_orderinghttps://docs.python.org/3/library/functools.html?highlight=functools#functools.total_ordering
@functools.partialhttps://docs.python.org/3/library/functools.html?highlight=functools#functools.partial
@typing.overloadhttps://python.readthedocs.io/en/stable/library/typing.html#typing.overload
@contextlib.contextmanagerhttps://docs.python.org/3/library/contextlib.html?highlight=decorator#contextlib.contextmanager
@dataclasses.dataclasshttps://docs.python.org/3/library/dataclasses.html?highlight=decorator#dataclasses.dataclass
@atexit.registerhttps://docs.python.org/3/library/atexit.html?highlight=decorator#atexit.register
@abc.ABCMeta.registerhttps://docs.python.org/3/library/abc.html?highlight=decorator#abc.ABCMeta.register
@enum.uniquehttps://docs.python.org/3/library/enum.html?highlight=decorator#enum.unique
@xmlrpc.register_functionhttps://docs.python.org/3a/library/xmlrpc.server.html?highlight=decorator#xmlrpc.server.SimpleXMLRPCServer.register_function
@sys.settracehttps://docs.python.org/3/library/sys.html#sys.settrace
@coroutinehttps://docs.python.org/3/library/asyncio-task.html?highlight=asyncio%20coroutine#asyncio.coroutine
@throttle(2,1)https://pypi.org/project/aiodecorator/
@exceptionCatcher…https://hackernoon.com/python-async-decorator-to-reduce-debug-woes-nv2dg30q5
@timeithttps://gist.github.com/Integralist/77d73b2380e4645b564c28c53fae71fb
@async_processhttps://pypi.org/project/process-decorator/
@threaded, @debug, @skip_if_envhttps://gitlab.com/chadgh/ornamentation
@lock_or_waithttps://pypi.org/project/lockorator/
@unittest.mock.patchhttps://docs.python.org/3/library/unittest.mock.html#unittest.mock.patch
@wrapt.patch_function_wrapperhttp://blog.dscpl.com.au/2015/03/using-wrapt-to-support-testing-of.html
@trycatchhttps://pypi.org/project/handy-decorators/
@log_callshttps://pythonhosted.org/log_calls/intro.html
@decoratorhttps://pypi.org/project/decorator/
@decorator_argshttps://pypi.org/project/decorator-args/
@named_decoratorhttps://github.com/Yelp/named_decorator
@dec.decorator(before=cb,after=cb)https://pypi.org/project/Easy_Decorator/
@log_call, @intercept, @instead, @beforehttps://pypi.org/project/pydecor/
undecorated(fn)https://pypi.org/project/undecorated/
@click.option("-d")https://click.palletsprojects.com/en/7.x/commands/
@config_decorator.settinghttps://pypi.org/project/config-decorator/
@regex_decorator.listenhttps://github.com/xtream1101/regex-decorator
@expose, @registerhttps://pypi.org/project/pyplugs/
@contract({"param":gt(3)})https://pypi.org/project/contract-decorator/
@pedantic, @trace, @dirty, …https://pypi.org/project/pedantic/
@Decoratorhttps://pypi.org/project/classy-decorators/
@mutable, @final, @auto_objhttps://pypi.org/project/decorateme/
@to_string, @data, @repeathttps://pypi.org/project/paprika/
@DataAtrribute("desc")https://pypi.org/project/pyAttributes/
@curriedhttps://pypi.org/project/simplecurry/
@attrshttps://www.attrs.org/en/stable/
@arg.validatehttps://pypi.org/project/python-args/
@__main__https://wiki.python.org/python/Decorators.html#A__main__
@retry(times=2)http://www.praddy.in/retry-decorator-whitelisted-exceptions/
pypi:retry-decoratorhttps://pypi.org/project/retry-decorator/
@retryhttps://pypi.org/project/retryz/
@selfhttps://pypi.org/project/self/
@inject(modules…)https://fossil.include-once.org/modseccfg/wiki/@inject
@monkeybiz.patch(fn)https://github.com/theatlantic/python-monkey-business
Awesome Python decorator collection (GitHub)https://github.com/lord63/awesome-python-decorator
PyPI decorator packageshttps://pypi.org/search/?q=decorator
1https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_1
2https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_2
3https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_3
4https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_4
5https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_5
6https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_6
7https://wiki.python.org/python/Decorators.html#CA-8704236dd3f2b5180edd11e9acb53d7e83149485_7

URLs of crawlers that visited me.