We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3091925 commit 868f4dcCopy full SHA for 868f4dc
src/osmium/_osmium.pyi
@@ -111,7 +111,7 @@ class MergeInputReader:
111
"""
112
113
114
-class SimpleWriter:
+class SimpleWriter(BaseHandler):
115
""" Basic writer for OSM data. The SimpleWriter can write out
116
object that are explicitly passed or function as a handler and
117
write out all objects it receives. It is also possible to
@@ -182,7 +182,7 @@ class SimpleWriter:
182
def __exit__(self, *args: Any) -> None:...
183
184
185
-class NodeLocationsForWays:
+class NodeLocationsForWays(BaseHandler):
186
""" Handler for retriving and caching locations from ways
187
and adding them to ways.
188
0 commit comments