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

Method __init__

tests/selenium/test_selenium.py:70–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 """Extract the iframes from an html page."""
69
70 def __init__(self):
71 super().__init__()
72 self.iframes = []
73
74 def handle_starttag(self, tag, attrs):
75 if tag == "iframe":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected