Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Interface for Python values with a Mapping
interface.
val check : Object.t -> bool
Wrapper for PyMapping_Check
Wrapper for PyMapping_GetItemString
Equivalent to get_item_string
but raises a Not_found
exception in case of failure.
Alias for get_item_string
.
Wrapper for PyMapping_HasKey
val has_key_string : Object.t -> string -> bool
Wrapper for PyMapping_HasKeyString
val length : Object.t -> int
Wrapper for PyMapping_Length
Wrapper for PyMapping_SetItemString
val size : Object.t -> int
Wrapper for PyMapping_Size