mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
As a result, class-wide type variables will not be substituted inside methods. GitOrigin-RevId: 8f341042f4944f61e212cf226b4736e9eb26ba8d
3 lines
271 B
Python
3 lines
271 B
Python
print(dict.fromkeys(<warning descr="Parameter(s) unfilledPossible callees:dict.fromkeys(cls: Type[Dict[_KT, _VT]], __iterable: Iterable[_T])dict.fromkeys(cls: Type[Dict[_KT, _VT]], __iterable: Iterable[_T], __value: _S)">)</warning>)
|
|
print(dict.fromkeys(['foo', 'bar']))
|