(x)
| 1670 | } |
| 1671 | |
| 1672 | def highlight_function(x): |
| 1673 | return {"weight": line_weight + 2, "fillOpacity": fill_opacity + 0.2} |
| 1674 | |
| 1675 | if topojson: |
| 1676 | self.geojson: Union[TopoJson, GeoJson] = TopoJson( |
nothing calls this directly
no outgoing calls
no test coverage detected