Module Py_wrap.W

type 'a t = {
wrap : 'a -> Py__.Py_base.pyobject;
unwrap_exn : Py__.Py_base.pyobject -> 'a;
name : string;
}