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

Method __init__

folium/map.py:789–799  ·  view source on GitHub ↗
(
        self,
        name: str,
        z_index: Union[int, str] = 625,
        pointer_events: bool = False,
    )

Source from the content-addressed store, hash-verified

787 )
788
789 def __init__(
790 self,
791 name: str,
792 z_index: Union[int, str] = 625,
793 pointer_events: bool = False,
794 ):
795 super().__init__()
796 self._name = "Pane"
797 self.name = name
798 self.z_index = z_index
799 self.pointer_events = pointer_events

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected