Is it possible to programmatically retrieve C++ class name / Python class name mapping ?
Aperta
- Lingua principale
- C++
- Stelle
- 537
- Fork
- 223
- Merge medio
- 11h 22m
- PR unite (30g)
- 2
Descrizione
Hello,
Suppose I do the following:
```c++
class_("SomePyClass");
```
Is there a way at runtime in Python to retrieve the mapping between `SomePyClass` and `somevendor::SomeClass` ?
For context I am writing some code to parse Doxygen XML files and producing the `.pyi` file to get more auto-completion and docstrings
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.