mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Change some TypeVar base classes
This commit is contained in:
@@ -311,6 +311,9 @@ TYPE_VAR = typing.TypeVar('TYPE_VAR')
|
||||
# TODO there should at least be some results.
|
||||
#? []
|
||||
TYPE_VAR.
|
||||
#! ["TYPE_VAR = typing.TypeVar('TYPE_VAR')"]
|
||||
TYPE_VAR
|
||||
|
||||
|
||||
class WithTypeVar(typing.Generic[TYPE_VAR]):
|
||||
def lala(self) -> TYPE_VAR:
|
||||
|
||||
Reference in New Issue
Block a user