Is it possible to programmatically retrieve C++ class name / Python class name mapping ?
Offen
- Vorherrschende Sprache
- C++
- Sterne
- 537
- Forks
- 223
- Ø Merge
- 11 Std. 22 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.