decorator icon indicating copy to clipboard operation
decorator copied to clipboard

decorator

Results 16 decorator issues
Sort by recently updated
recently updated
newest added

Having an issue pulling in the new version from the repo. How can I get it to pull in properly, not able to kick off a PowerVC install due to...

Hello, in Fedora, we are rebuilding all Python packages with the upcoming Python 3.12 (currently 5th alpha). I am getting this error: RuntimeError: There is no current event loop in...

Hi, I created a function A, using `decorator.decorator` and applied it on another function B. There were some more decorators (`np.vectorize` **[here is the detail](https://github.com/numpy/numpy/issues/23021)**) applied on function B but...

I looked at the code and it wasn't supported. Can we add a judgment here that supports partial functions? src/decorator.py:74 `f inspect.isroutine(func):`

(Sorry if the title is somewhat misleading or I did get some jargon wrong) In version 5.1.1 methods decorated by decorate created with the decorator lib stopped working with qt(pyqt?)...