Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Py.Bytes
SourceInterface for Python values of type Bytes
. With Python 2, aliases for String
.
of_string s
returns the Python byte sequence with the contents of s
.
Same as of_string
but with an argument of type bytes
.
to_string o
returns the string contained in the Python value o
.
Same as to_string
but with an a result of type bytes
.