-
What about the highlighting of Python decorators with color different from classes and methods?
For example screenshots from Emacs (first) and Visual Studio Code (second)
![image](https://user-ima…
-
Is it planned to implement custom python style decorators?
A very simple use case I can think of would be to implement something like that:
```python
from boa3.builtin import CreateNewEvent, …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.4.4
- Deployment mode(standalone or cluster): Cluster
- MQ…
-
I want to use the Taichi python package: https://www.taichi-lang.org/
To generate GPU kernels, I need to annotate python functions like this:
```python
import taichi as ti
import taichi.math as …
-
### Body
Move all the core area operators to standard provider.
- [x] Move Data time operators/sensors to standard provider #41564
- [x] Move Hooks to standard provider #42794
- [x] Move bash…
-
### Describe the bug
When generating documentation for class with decorators, Sphinx recognizes the wrapped class as the wrapper function returned by the top decorator instead of the actual class bei…
-
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: b44ef82
- Deployment mode(standalone or cluster):cluster
- MQ type…
-
-
### 🚀 The feature, motivation and pitch
Motivating example:
- adding function tracing as decorator or post-factum (i.e. f = addLoggingAspect(f)), this will allow to de-pollute the code of logging …