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

Class Param

The parameter context, the context of var in def f(var): pass

Import path

import python

Direct supertypes

Indirect supertypes

Inherited predicates

getParent

Gets a parent of this expression context

from ExprContext_
toString

Gets a textual representation of this element.

from Param_