def __geo_interface__()

in src/h3/_h3shape.py [0:0]


    def __geo_interface__(self):
        ll2 = _polygon_to_LL2(self)
        gj_dict = _LL2_to_geojson_dict(ll2)

        return gj_dict