method get =
    let sv = call_method sv "get" [] in
    if sv_is_undef sv then raise Not_found;
    string_of_sv sv