.pylint
changeset 2402 a1df3102327d
parent 2015 4eeefc6a13fd
child 2404 87eb184414bd
equal deleted inserted replaced
2401:fe887446134d 2402:a1df3102327d
   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,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson
   273 ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson,MotionLibrary
   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