py-unicode>string ( py-unicode -- string ) - Factor Documentation

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) ;

AltStyle によって変換されたページ (->オリジナル) /