From 059fc91577fe7108a791634df5aeea147dd96753 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 21 Sep 2015 14:52:51 +0200 Subject: [PATCH] Note for static anaylsis documentation in the parser tree. --- jedi/parser/tree.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jedi/parser/tree.py b/jedi/parser/tree.py index ee5d27ea..ddf1fb30 100644 --- a/jedi/parser/tree.py +++ b/jedi/parser/tree.py @@ -27,6 +27,10 @@ Any subclasses of :class:`Scope`, including :class:`Module` has an attribute [] See also :attr:`Scope.subscopes` and :attr:`Scope.statements`. + +For static analysis purposes there exists a method called +``nodes_to_execute`` on all nodes and leaves. It's documented in the static +anaylsis documentation. """ import os import re