Search code examples
Attribute access on a decorated callable class...


pythondecoratorpython-decoratorsexponential-backoff

Read More
Python IsInstance() for classes and subclasses...


pythonclassmultiple-inheritancepython-decorators

Read More
Python class decorator "self" seems wrong...


pythonpython-decoratorsclass-decorator

Read More
Can a decorator returning a non-callable take additional arguments?...


pythonpython-decorators

Read More
How to detect if a function has been defined locally?...


pythonpython-3.xpython-decorators

Read More
Why wrapper and wrapped function are the same for some python codes....


pythonwrapperpython-decorators

Read More
pythonic way of decorating classmethods...


pythonpython-decorators

Read More
Where do you put a decorator after you've written it?...


pythondecoratorpython-decorators

Read More
Function wrappers inside class using decorators...


pythondecoratorwrapperpython-decorators

Read More
Python - give wrapper function the same name as wrapped function...


python-3.xpython-decorators

Read More
Flask custom decorator not functioning as expected...


pythonflaskdecoratorpython-decorators

Read More
Why do methods **NOT** decorated with `@abstractmethod` have an `__isabstractmethod__` attribute whi...


pythonpython-3.xdecoratorpython-decoratorsdescriptor

Read More
Decorator with Arguments: Would this be a better way?...


pythonpython-decorators

Read More
decorator approach to JSON serializing?...


pythonjsonserializationpython-decorators

Read More
Python:@property decorator has Maximum recursion error...


python-3.xpython-decorators

Read More
python decorator arguments with @ syntax...


pythondecoratorpython-decorators

Read More
Decorator on class makes class NoneType when importing...


pythonclassimportdecoratorpython-decorators

Read More
Variable number of loops in function (python)...


pythonfunctionloopsnestedpython-decorators

Read More
Python decorator that let's method run or raise an exception...


pythonpython-decorators

Read More
What difficulties might arise from using mutable arguments to an `lru_cache` decorated function?...


pythoncachingpython-decorators

Read More
How does flask know which function to call for a specific web adress?...


pythonpython-decorators

Read More
Python simple decorator issue...


pythonpython-3.xdecoratorpython-decorators

Read More
How to provide *args and **kwargs to __call__ using abbreviated notation of class based decorators?...


pythondecoratorpython-decorators

Read More
Python decorators with function attributes...


pythonpython-2.7python-decorators

Read More
access to the name of decorator by the decoree...


pythondecoratorpython-decorators

Read More
Python setter not executed when setting nested property...


pythonpython-decorators

Read More
Decorate any python function inside context manager...


pythonpython-decorators

Read More
Understanding a technique to make class-based decorators support instance methods...


pythonpython-decoratorspython-descriptors

Read More
Proper use of decorators...


pythonpython-decorators

Read More
What is equivalent of @error_wrap decorator in python?...


pythonooppython-decorators

Read More
BackNext