mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
Make the classes descriptions look better --- not sure whether this is a good idea
This commit is contained in:
@@ -120,4 +120,6 @@ def get_types_for_typing_module(evaluator, typ, trailer):
|
|||||||
for indextyp in dereferencedindextypes:
|
for indextyp in dereferencedindextypes:
|
||||||
result |= \
|
result |= \
|
||||||
evaluator.execute_evaluated(factory, compiled_classname, indextyp)
|
evaluator.execute_evaluated(factory, compiled_classname, indextyp)
|
||||||
|
for singleresult in result:
|
||||||
|
singleresult.name.value += "[%s]" % indextyp.name
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user