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

Method __str__

folium/utilities.py:452–453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

450 self.js_code = js_code
451
452 def __str__(self):
453 return self.js_code
454
455
456def parse_font_size(value: Union[str, int, float]) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected