package ppx_python

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create : (string * Pytypes.pyobject) list -> t
val set : t -> string -> Pytypes.pyobject -> unit
val find : t -> string -> Pytypes.pyobject
val fail_on_extra_fields : t -> expected_field_names:string list -> unit