Is there a method to convert PyUnicodeObject variable to PyObject type?

Posted by karnol on Stack Overflow See other posts from Stack Overflow or by karnol
Published on 2010-05-15T12:46:48Z Indexed on 2010/05/15 12:54 UTC
Read the original article Hit count: 149

Filed under:
|

A value which is a PyUnicodeObject need to be passed to PyObject variable. Is there any conversion method for that?

thanks karnol

© Stack Overflow or respective owner

Related posts about python

Related posts about python-3.x