Is it possible to programmatically retrieve C++ class name / Python class name mapping ?
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 537
- Fork
- 223
- Merge trung bình
- 11 giờ 22 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.