You can search for identifiers within the package.
in-package search v0.2.0
py
Py.PyList
val create : Py__.Py_base.pyobject list -> Py__.Py_base.pyobject
val insert : Py__.Py_base.pyobject -> int64 -> Py__.Py_base.pyobject -> unit
val append : Py__.Py_base.pyobject -> Py__.Py_base.pyobject -> unit
val get_slice : Py__.Py_base.pyobject -> int64 -> int64 -> Py__.Py_base.pyobject
val set_slice : Py__.Py_base.pyobject -> int64 -> int64 -> Py__.Py_base.pyobject -> unit
val sort : Py__.Py_base.pyobject -> unit
val rev : Py__.Py_base.pyobject -> unit
val tuple : Py__.Py_base.pyobject -> Py__.Py_base.pyobject