Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

No auto completion for asyncio.get_event_loop() #531

Closed
DonJayamanne opened this issue Jan 15, 2019 · 2 comments · Fixed by #546
Closed

No auto completion for asyncio.get_event_loop() #531

DonJayamanne opened this issue Jan 15, 2019 · 2 comments · Fixed by #546
Assignees
Milestone

Comments

@DonJayamanne
Copy link

LS Version - 0.1.75
Python Code:

import asyncio
loop = asyncio.get_event_loop()
loop.<no completion>
@MikhailArkhipov MikhailArkhipov self-assigned this Jan 30, 2019
@MikhailArkhipov MikhailArkhipov added this to the Jan 2019.2 milestone Jan 30, 2019
@MikhailArkhipov
Copy link

For some reason stub was not found in typeshed so this reproes in the new LS as well.

@MikhailArkhipov
Copy link

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants