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

Method __init__

folium/folium.py:75–79  ·  view source on GitHub ↗
(self, no_touch=False, disable_3d=False)

Source from the content-addressed store, hash-verified

73 )
74
75 def __init__(self, no_touch=False, disable_3d=False):
76 super().__init__()
77 self._name = "GlobalSwitches"
78 self.no_touch = no_touch
79 self.disable_3d = disable_3d
80
81
82class Map(JSCSSMixin, Evented):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected