CodeQL library for Python
codeql/python-all 0.11.14 (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)