boostorg / boostorg/python

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

オープン
#424 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
537
フォーク
223
平均マージ
11時間 22分
マージ済み PR(30日)
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 を短くまとめたダイジェスト。