我有幾個模塊爲一些不重要的類型定義了轉換器(例如整數列表爲std::vector<int>
);他們是獨立的模塊部分,但他們有時都在一個腳本中使用,這導致檢查轉換器是否已經註冊
RuntimeWarning: to-Python converter for std::vector<int, std::allocator<int> > already registered; second conversion method ignored.
我如何檢查轉換器對於某些類型已經定義並跳過第二個註冊?
我編輯了你的代碼,以便它能正常工作。非常感謝。 – eudoxos 2012-04-03 10:29:53