mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-30 08:44:21 +08:00
enable tests for the value type in tuple assignment from typing.Mapping[].items()
This commit is contained in:
@@ -149,16 +149,12 @@ def mapping(
|
||||
(key, value) = item
|
||||
#? Key()
|
||||
key
|
||||
##? Value() --- TODO fix support for tuple assignment
|
||||
# https://github.com/davidhalter/jedi/pull/663#issuecomment-172317854
|
||||
#?
|
||||
#? Value()
|
||||
value
|
||||
for key, value in p.items():
|
||||
#? Key()
|
||||
key
|
||||
##? Value() --- TODO fix support for tuple assignment
|
||||
# https://github.com/davidhalter/jedi/pull/663#issuecomment-172317854
|
||||
#?
|
||||
#? Value()
|
||||
value
|
||||
for key in r:
|
||||
#? Key()
|
||||
@@ -169,9 +165,7 @@ def mapping(
|
||||
for key, value in t:
|
||||
#? Key()
|
||||
key
|
||||
##? Value() --- TODO fix support for tuple assignment
|
||||
# https://github.com/davidhalter/jedi/pull/663#issuecomment-172317854
|
||||
#?
|
||||
#? Value()
|
||||
value
|
||||
|
||||
def union(
|
||||
|
||||
Reference in New Issue
Block a user