MCPcopy Create free account
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/float_image.py:48–54  ·  view source on GitHub ↗
(self, image, bottom=75, left=75, **kwargs)

Source from the content-addressed store, hash-verified

46 )
47
48 def __init__(self, image, bottom=75, left=75, **kwargs):
49 super().__init__()
50 self._name = "FloatImage"
51 self.image = image
52 self.bottom = bottom
53 self.left = left
54 self.css = kwargs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected