************* Module test
/tmp/test.py:11:0: W0201: Attribute 'member' defined outside __init__ (attribute-defined-outside-init)
------------------------------------------------------------------
Your code has been rated at 8.57/10 (previous run: 8.57/10, +0.00)
Expected behavior
pylint should not warn about attributes defined outside of __init__ if the type is a ctypes.Structure and the attribute is defined in the _fields_ list.
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
pylint should not warn about attributes defined outside of
__init__
if the type is actypes.Structure
and the attribute is defined in the_fields_
list.Pylint version
OS / Environment
Arch Linux
Additional dependencies
No response