Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-visualization/folium
/ __get__
Method
__get__
folium/map.py:30–31 ·
view source on GitHub ↗
(self, obj, owner)
Source
from the content-addressed store, hash-verified
28
self.f = f
29
30
def
__get__(self, obj, owner):
31
return
self.f(owner)
32
33
34
if
TYPE_CHECKING:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected