mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
It seems that using boto3.client() is more common than just client(), and qualifier triggers extra performance problems when we try to infer its type. GitOrigin-RevId: 87d2abf227d91a4f18568b50e76f09ec0cea47ef
4 lines
59 B
Python
4 lines
59 B
Python
from overloads import func
|
|
|
|
expr = fu<caret>nc(999, 'foo')
|