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

Member predicate ModuleObjectInternal::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)