Explain what autodata

This commit is contained in:
Hynek Schlawack 2024-03-17 09:06:01 +01:00
parent 9e803dd683
commit d812e920cc
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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()