CodeQL library for Python
codeql/python-all 0.9.2 ( changelog , source )
Search

Member predicate ClassObject :: isNewStyle

Holds if this class is a new style class. A new style class is one that implicitly or explicitly inherits from object.

predicate isNewStyle ( )