agr / rope_py3k (http://rope.sf.net/)


A python refactoring library; py3k branch.
Clone URL : http://bitbucket.org/agr/rope_py3k/ (size: 3.4 MB)
commit 1416: c8ad79ac970c
parent 1415: e5a2fa1ffd14
branch: trunk
pycore: fixed PyCore.analyze_module() documentation
Ali Gholami Rudi
7 months ago

Changed (Δ1 byte):

raw changeset »

rope/base/pycore.py (3 lines added, 3 lines removed)

Up to file-list rope/base/pycore.py:

@@ -252,9 +252,9 @@ class PyCore(object):
252
252
        returns `False` the element is not analyzed.
253
253
254
254
        `search_subscopes` is like `should_analyze`; The difference is
255
        that if it returns `False` the sub-scopes are not ignored.
256
        That is it is assumed that `should_analyze` returns `False for
257
        all of its subscopes.
255
        that if it returns `False` the sub-scopes are all ignored.
256
        That is it is assumed that `should_analyze` returns `False`
257
        for all of its subscopes.
258
258
259
259
        `followed_calls` override the value of ``soa_followed_calls``
260
260
        project config.