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 1435: 21bee23a840f
parent 1434: a246c61eb8b2
branch: trunk
codeanalyze: removed an out of date pydoc
Ali Gholami Rudi
7 months ago

Changed (Δ63 bytes):

raw changeset »

rope/base/codeanalyze.py (0 lines added, 1 lines removed)

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

@@ -103,7 +103,6 @@ class LinesToReadline(object):
103
103
104
104
105
105
class _CustomGenerator(object):
106
    """A method object for finding the range of a statement"""
107
106
108
107
    def __init__(self, lines):
109
108
        self.lines = lines