boostorg / boostorg/python

Is it possible to programmatically retrieve C++ class name / Python class name mapping ?

未關閉
#424 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C++
星號
537
分支
223
平均合併
11 小時 22 分鐘
30 天內合併 PR
2

描述

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

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。