Skip to content

Commit

Permalink
document set_element
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 19, 2024
1 parent e7d5dd7 commit b81c6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastkml/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class RegistryItem:
- ``attr_name``: The name of the attribute on the Python object that corresponds to
the XML object.
- ``get_kwarg``: A function that retrieves keyword arguments for the Python object.
- ``set_element``: A function that sets the XML element for the Python object.
- ``type``: The type of the XML object.
- ``node_name``: The name of the XML node that the mapping applies to.
- ``default``: An optional default value for the Python object attribute.
Expand Down

0 comments on commit b81c6bf

Please sign in to comment.