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

Method __init__

folium/map.py:27–28  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

25
26class classproperty:
27 def __init__(self, f):
28 self.f = f
29
30 def __get__(self, obj, owner):
31 return self.f(owner)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected