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

Member predicate SubscriptedTypeInternal :: descriptorGetClass

Holds if the result of attribute access on the class holding this descriptor is value, originating at origin For example, although T.__dict__['name'] = classmethod(f), T.name is a bound-method, binding f and T

predicate descriptorGetClass ( ObjectInternal cls , ObjectInternal value , CfgOrigin origin )