.pylint
changeset 1869 49cdd843c006
parent 1867 418777c1fbc7
child 1872 866fb3ab8778
equal deleted inserted replaced
1868:616c3f4bcbcb 1869:49cdd843c006
   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=_ctypes
   273 ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson
   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