~ubuntu-branches/ubuntu/wily/spyder/wily

« back to all changes in this revision

Viewing changes to spyderlib/utils/dochelpers.py

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2015-01-15 12:20:11 UTC
  • mfrom: (18.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150115122011-cc7j5dhy2h9uo13m
Tags: 2.3.2+dfsg-1ubuntu1
Backport patch to support pylint3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
    else:
186
186
        return ''
187
187
 
 
188
# Fix for Issue 1953
 
189
# TODO: Add more signatures and remove this hack in 2.4
 
190
getsignaturesfromtext = getsignaturefromtext
 
191
 
188
192
 
189
193
def getargspecfromtext(text):
190
194
    """