Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python-visualization/folium
/ __init__
Method
__init__
folium/plugins/encoded.py:44–46 ·
view source on GitHub ↗
(self, encoded: str)
Source
from the content-addressed store, hash-verified
42
]
43
44
def
__init__(self, encoded: str):
45
super().__init__()
46
self.encoded = encoded
47
48
@property
49
@abstractmethod
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected