MCPcopy
hub / github.com/python-visualization/folium / _get_self_bounds

Method _get_self_bounds

folium/vector_layers.py:292–294  ·  view source on GitHub ↗

Compute the bounds of the object itself.

(self)

Source from the content-addressed store, hash-verified

290 )
291
292 def _get_self_bounds(self) -> List[List[Optional[float]]]:
293 """Compute the bounds of the object itself."""
294 return get_bounds(self.locations)
295
296
297class Circle(Marker):

Callers

nothing calls this directly

Calls 1

get_boundsFunction · 0.90

Tested by

no test coverage detected