MCPcopy
hub / github.com/python-visualization/folium / _create

Function _create

tests/test_features.py:178–184  ·  view source on GitHub ↗
(*properties)

Source from the content-addressed store, hash-verified

176
177def test_geojson_find_identifier():
178 def _create(*properties):
179 return {
180 "type": "FeatureCollection",
181 "features": [
182 {"type": "Feature", "properties": item} for item in properties
183 ],
184 }
185
186 def _assert_id_got_added(data):
187 _geojson = GeoJson(data)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected