Is it possible to programmatically retrieve C++ class name / Python class name mapping ?
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 537
- Forks
- 223
- Merge medio
- 11 h 22 min
- PR fusionados (30 d)
- 2
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.