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

Member predicate ClassObject :: isOldStyle

Holds if this class is an old style class. An old style class is one that does not inherit from object.

predicate isOldStyle ( )