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

Member predicate PrintAstConfiguration::shouldPrint

Controls whether the AstNode should be considered for AST printing. By default it checks whether the AstNode e belongs to Location l.

predicate shouldPrint(AstNode e, Location l)