.pylint
changeset 1867 418777c1fbc7
parent 1847 6198190bc121
child 1869 49cdd843c006
equal deleted inserted replaced
1866:9d1e68d557bf 1867:418777c1fbc7
   268 
   268 
   269 # List of module names for which member attributes should not be checked
   269 # List of module names for which member attributes should not be checked
   270 # (useful for modules/projects where namespaces are manipulated during runtime
   270 # (useful for modules/projects where namespaces are manipulated during runtime
   271 # and thus existing member attributes cannot be deduced by static analysis. It
   271 # and thus existing member attributes cannot be deduced by static analysis. It
   272 # supports qualified module names, as well as Unix pattern matching.
   272 # supports qualified module names, as well as Unix pattern matching.
   273 ignored-modules=
   273 ignored-modules=_ctypes
   274 
   274 
   275 # List of class names for which member attributes should not be checked (useful
   275 # List of class names for which member attributes should not be checked (useful
   276 # for classes with dynamically set attributes). This supports the use of
   276 # for classes with dynamically set attributes). This supports the use of
   277 # qualified names.
   277 # qualified names.
   278 ignored-classes=optparse.Values,thread._local,_thread._local
   278 ignored-classes=optparse.Values,thread._local,_thread._local