[PySide] container conversion native type ignored?

Matthew Woehlke matthew.woehlke at kitware.com
Tue Jun 18 23:19:21 CEST 2013


I am trying to define a conversion from PySet to std::set, but it 
doesn't work. It seems that container conversion (at least of 
'type="set') ignores both the 'type' and 'check' parameters, using 
Shiboken::Converions::convertibleSequenceTypes unconditionally. (It's 
sheer luck that my conversion from PySet actually works on PySequence.) 
Also, additional conversions do not seem to be processed.

Can anyone shed some light?

-- 
Matthew




More information about the PySide mailing list