Handbook
Glossary
py-unicode>string ( py-unicode -- string )
Vocabulary
python
Inputs
py-unicode
an
object
Outputs
string
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python
:
py-unicode>string
( py-unicode -- string )
PyUnicode_AsUTF8
(check-ref)
;