question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error for calltip with empty signature

See original GitHub issue

Description

What steps will reproduce the problem?

import os

os.getcwd( -> triggers calltip but an error raises

Traceback

  File "C:\Users\Daniel\Anaconda3\envs\spyder4\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
    handler(msg)
  File "C:\Users\Daniel\Desktop\Spyder\spyder\spyder\plugins\ipythonconsole\widgets\help.py", line 141, in _handle_inspect_reply
    documentation = self.get_documentation(content)
  File "C:\Users\Daniel\Desktop\Spyder\spyder\spyder\plugins\ipythonconsole\widgets\help.py", line 46, in get_documentation
    documentation = text.split(signature)
ValueError: empty separator

Versions

  • Spyder version: 4.0.0.dev0 eb70e6b6d
  • Python version: 3.7.3
  • Qt version: 5.9.6
  • PyQt5 version: 5.9.2
  • Operating System: Windows 8.1

Dependencies

pygments >=2.0     :  2.4.0 (OK)
qdarkstyle >=2.6.4 :  2.6.8 (OK)
sphinx >=0.6.6     :  2.0.1 (OK)
pyls >=0.19.0;<0.25:  0.24.0 (OK)
nbconvert >=4.0    :  5.5.0 (OK)
pandas >=0.13.1    :  0.24.2 (OK)
numpy >=1.7        :  1.16.3 (OK)
sympy >=0.7.3      :  1.4 (OK)
cython >=0.21      :  0.29.7 (OK)
qtconsole >=4.2.0  :  4.5.1 (OK)
IPython >=4.0      :  7.5.0 (OK)
matplotlib >=2.0.0 :  3.0.3 (OK)
pylint >=0.25      :  2.3.1 (OK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
goanpecacommented, Jun 14, 2019

Thanks!

1reaction
dalthvizcommented, Jun 14, 2019

@goanpeca no worries, actually I think the error is part of the changes I made to show documentation in the calltips of the IPython Console, so I will work on it 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Cannot invoke an expression whose type lacks a call ...
The function that it returns has a call signature, but you told Typescript to completely ignore that by adding : any in its...
Read more >
The Outlook AutoComplete list - Microsoft Learn
On the File tab, select Options. Select the Mail tab. Under Send Messages, select Empty Auto-Complete List. Screenshot of the Outlook Options ...
Read more >
Known issues | Acrobat, Reader - Adobe Support
Solutions and workarounds for known issues in Adobe Acrobat and Reader.
Read more >
How to Troubleshoot Missing Autocomplete in Microsoft Outlook
Make no mistake, in some cases, there's nothing that can be done, and the user will be forced to rebuild this cache organically....
Read more >
Autocomplete API - Material UI - MUI
Name Type Default options * array renderInput * func autoComplete bool false
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found