package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check : Object.t -> bool
val check_bytes : Object.t -> bool
val check_unicode : Object.t -> bool
val format : Object.t -> Object.t -> Object.t
val as_UTF8_string : Object.t -> Object.t
val decode_UTF8 : ?errors:string -> ?size:int -> string -> Object.t
val decode_UTF16 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val decode_UTF32 : ?errors:string -> ?size:int -> ?byteorder:byteorder -> string -> Object.t * byteorder
val length : Object.t -> int
val of_string : string -> Object.t
val of_bytes : Stdcompat.bytes -> Object.t
val to_string : Object.t -> string
val to_bytes : Object.t -> Stdcompat.bytes
val of_unicode : ?size:int -> int array -> Object.t
val to_unicode : Object.t -> int array