Skip to content

Commit

Permalink
Explain what autodata
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 17, 2024
1 parent 9e803dd commit d812e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/attr/setters.py
Expand Up @@ -69,5 +69,6 @@ def convert(instance, attrib, new_value):


# Sentinel for disabling class-wide *on_setattr* hooks for certain attributes.
# autodata stopped working, so the docstring is inlined in the API docs.
# Sphinx's autodata stopped working, so the docstring is inlined in the API
# docs.
NO_OP = object()

0 comments on commit d812e92

Please sign in to comment.