Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Py.MappingInterface for Python values with a Mapping interface.
val check : Object.t -> boolWrapper 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 -> boolWrapper for PyMapping_HasKeyString
val length : Object.t -> intWrapper for PyMapping_Length
Wrapper for PyMapping_SetItemString
val size : Object.t -> intWrapper for PyMapping_Size