[PyKDE] Sip wishlist item: Parameter typechecking enhancement
    Nigel Stewart 
    ns at fluent.com
       
    Fri Jul 15 15:28:32 BST 2005
    
    
  
> Ideally, we would be able to do some kind of annotation
> that the parameter is Foo, but should be passed to the
> PyObject version of the constructor:
> 
> class Bar
> {
> public:
>     Bar(Foo & /PyObject/);
>     ...
> }
Hello all,
In our integration of Python with C++ we're sometimes
doing python reference counting integrated into our
native C++ data structures.  Is what we're doing
relatively unusual, compared to the majority of
PyQt/sip based applications?
Nigel STewart
    
    
More information about the PyQt
mailing list