1
0
forked from VimPlug/jedi

Note for static anaylsis documentation in the parser tree.

This commit is contained in:
Dave Halter
2015-09-21 14:52:51 +02:00
parent 6477944934
commit 059fc91577

View File

@@ -27,6 +27,10 @@ Any subclasses of :class:`Scope`, including :class:`Module` has an attribute
[<ImportName: import os@1,0>]
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