mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
* Fix #1988 * Fix failing code quality test. * Fix flake W504 line break after binary operator. Now as formatted by Black. * Added test to test/completion/pep0484_basic.py Addressed feedback from Dave
This commit is contained in:
@@ -180,6 +180,11 @@ def argskwargs(*args: int, **kwargs: float):
|
||||
#? float()
|
||||
kwargs['']
|
||||
|
||||
class Test:
|
||||
str: str = 'abc'
|
||||
|
||||
#? ['upper']
|
||||
Test.str.upp
|
||||
|
||||
class NotCalledClass:
|
||||
def __init__(self, x):
|
||||
|
||||
Reference in New Issue
Block a user