Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in decorator

Use a decorator (or some other pattern) on an object instance to generate a class

python decorator

In a descriptor, does __call__ have access to the class where the decorator is being used?

python decorator

Decorating an instance method and calling it from the decorator

Is decorator pattern suitable here

java decorator

Custom python decorator checking function after each line

Calling Python instance methods in function decorators

Simple Cache mechanizm using decorators

Python decorate a class to change parent object type

A timeout decorator class with multiprocessing gives a pickling error

decorators: "this" is undefined when accessed in descriptor.value

Python: How to get rid of circular dependency involving decorator?

How to allow parameters for a decorator while keep the function's signature at the same time?

python decorator

Class-based decorator and repr() conservation

Python Decorator for registering tags ins class

how to pass in dynamic data to decorators

python decorator

Is it possible to provide type safety to method decorator options

Selfmade method decorator erasing all metadata, how I can resolve it?

Making 'isinstance' work with decorators

python decorator isinstance