MCPcopy Index your code
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/encoded.py:112–115  ·  view source on GitHub ↗
(self, encoded: str, **kwargs)

Source from the content-addressed store, hash-verified

110 """
111
112 def __init__(self, encoded: str, **kwargs):
113 self._name = "PolygonFromEncoded"
114 super().__init__(encoded)
115 self.options = path_options(line=True, radius=None, **kwargs)
116
117 @property
118 def _encoding_type(self) -> str:

Callers

nothing calls this directly

Calls 2

path_optionsFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected