davidhalter / davidhalter/jedi
Why does it suggest bools as methods?
Open
bug
low-prio
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 535
- PR merge metrics
- No merged PRs in 30d
Description
I am noticing some behavior where I am seeing boolean values autocompleting with `()` at the end of them.
For example:
```
blah = False
```
Then, when I type:
```
if blah
```
the first suggestion is:
```
if blah()
```
When I hover over the `blah` variable it thinks it's a function:

Contributor guide
Assessment
This issue has not been assessed yet.