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.

K documentation not found

See original GitHub issue

Sorry to open the issue, I have looked at the historical issues as well as the source code to no avail.

Given this minimal python file:

import logging

When I hit K, the __doc__ buffer opens with:

|No Docstring for <Definition module logging>|

However, when I run :!pydoc logging, I get the expected response.

I disabled pyenv, python-mode, etc, and got the same issue.

Using neovim 0.2.0.

Any suggestions? Thanks.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
davidhaltercommented, Sep 14, 2017

That was just a random date I put in. I’ll change that again. There’s a release issue in the jedi issue tracker that you can follow. I’m currently fixing a few bugs and preparing a release. I have like 8 bugs left that I want to fix.

0reactions
zackhsicommented, Sep 14, 2017

@davidhalter can you publish a new version of jedi to pypi please? Not sure what’s left for the 0.11.0 release, but it seems slated for publication today 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

"latest" documentation not being built in Read The Docs #6103
ERROR: Could not find a version that satisfies the requirement freezegun==1.1.0 (from -r dev-requirements.txt (line 8)) (from versions: ...
Read more >
Chapter 2. Getting started with Camel K Red Hat Integration ...
This chapter explains how to install Red Hat Integration - Camel K on OpenShift and how to set up your development environment. This...
Read more >
Kubectl Reference Docs - Kubernetes
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and...
Read more >
Webmaster Frequently Asked Questions - SEC.gov
Can I search on Form D or Form 8-K items? How about items from other form types? How can I find EDGAR documents...
Read more >
Working with custom markers — pytest documentation
pytest -v -k http # running with the above defined example module ... Example: skip(reason="no way of currently testing this") skips the test....
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