Astroid hooks for ctypes module.
Inside the ctypes module, the value class is defined inside the C coded module _ctypes. Thus astroid doesn't know that the value member is a builtin type among float, int, bytes or str.
Function | enrich_ctypes_redefined_types |
No summary |