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

Method __init__

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

Source from the content-addressed store, hash-verified

76 """
77
78 def __init__(self, encoded: str, **kwargs):
79 self._name = "PolyLineFromEncoded"
80 super().__init__(encoded=encoded)
81 self.options = path_options(line=True, **kwargs)
82
83 @property
84 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