Is it possible to programmatically retrieve C++ class name / Python class name mapping ?
Ouverte
- Langage dominant
- C++
- Étoiles
- 537
- Forks
- 223
- Merge moyen
- 11 h 22 min
- PR mergées (30 j)
- 2
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.