You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some @type fields are missing the name of the variable they're describing the type of:
src/twisted/logger/_logger.py:29: Missing field name in @type
src/twisted/python/modules.py:56: Missing field name in @type
src/twisted/names/secondary.py:110: Missing field name in @type
src/twisted/names/secondary.py:113: Missing field name in @type
While pydoctor would warn about this, until now it did so at a low warning level that was silenced when Twisted produces its API docs.
Some
@type
fields are missing the name of the variable they're describing the type of:While pydoctor would warn about this, until now it did so at a low warning level that was silenced when Twisted produces its API docs.
Searchable metadata
The text was updated successfully, but these errors were encountered: