mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
cleaning / pep8
This commit is contained in:
@@ -229,3 +229,7 @@ tuple(list(set(a)))[1]
|
||||
tuple({1})[0]
|
||||
#? int()
|
||||
tuple((1,))[0]
|
||||
|
||||
# implementation detail for lists, should not be visible
|
||||
#? []
|
||||
list().__iterable
|
||||
|
||||
@@ -56,7 +56,7 @@ try:
|
||||
#? str()
|
||||
""
|
||||
|
||||
# wrong ternary
|
||||
# wrong ternary expression
|
||||
a = 1 if
|
||||
#? int()
|
||||
a
|
||||
|
||||
1
test/completion/thirdparty/jedi_.py
vendored
1
test/completion/thirdparty/jedi_.py
vendored
@@ -32,5 +32,6 @@ el = list(evaluate.get_names_for_scope(1))[0][1]
|
||||
el = list(evaluate.get_names_for_scope())[0][1]
|
||||
|
||||
# TODO here should stand evaluate.Instance() and so on.
|
||||
# need to understand list comprehensions
|
||||
#?
|
||||
el = list(evaluate.get_names_for_scope())[0][1][0]
|
||||
|
||||
Reference in New Issue
Block a user