Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7747483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:32:27+00:00 2026-06-01T10:32:27+00:00

I am getting some unexpected results when trying to use Python Omni Completion on

  • 0

I am getting some unexpected results when trying to use Python Omni Completion on my own class functions. The docstring for the functions are not getting formatted correctly with line breaks as shown in the picture below:

Unexpected result

When I am importing modules from the standard python library I get the result I would expect:

Expected result

According to the python docstring conventions a newline in the source file should be interpreted as a newline. Does anyone know what’s going on here and perhaps how to solve the issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T10:32:28+00:00Added an answer on June 1, 2026 at 10:32 am

    Edit: I wrote an autocompletion, which should is much better than pythoncomplete: https://github.com/davidhalter/jedi-vim


    The Python Omni Completion of vim is pretty stupid. It’s a simple script which parses the current file and imports all the others. This is pretty dangerous and shouldn’t be done. However it works not that bad (but also not good at all).

    So really the difference between your two scenarios is, that the standard libraries are being imported. So are your files, but not the current file. If you used a second module named test2 and used:

    import test
    test.mydoc.prettyStr
    

    It should work.

    Your current file is being parsed. The parser is simple and not really good. The dostring parser is especially strange because of this line (line number ~290):

    docstr = docstr.replace('\n', ' ')
    

    You can modify it – just change this file:
    /usr/share/vim/vim73/autoload/pythoncomplete.vim Maybe it’s in a different directory.

    Currently I’m in the process of writing a better autocompletion for python/vi (this is also the reason why I know this). But that’s still quite some work. I hope I’ll be ready with a Beta in a month. I try to keep you posted.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are getting some unexpected results randomly from some servers when trying to open
got some code what is getting unexpected results: If i replace the nested class
I am getting some unexpected results from what I thought was a simple test.
For some reason, I'm getting unexpected results in the range comparisons of unicode characters.
I'm getting some unexpected results calling one makefile from another. I have two makefiles,
I am getting some unexpected behavior from Html.EditorFor(). I have this controller: [HandleError] public
I am interested in getting some Python code talking to some Ruby code on
I'm getting some really wierd linking errors from a class I wrote. I am
I'm getting some confusing results around myCustom.ashx handler. If i visit the handler via
I'm getting the following error when trying to add some data from myXml.xml to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.