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

Method fit_bounds

folium/plugins/dual_map.py:126–128  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

124 self.children_for_m2_copied.append(child._id)
125
126 def fit_bounds(self, *args, **kwargs):
127 for m in (self.m1, self.m2):
128 m.fit_bounds(*args, **kwargs)
129
130 def keep_in_front(self, *args):
131 for m in (self.m1, self.m2):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected