mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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
import overloads
|
|
|
|
expr = overloads.fu<caret>nc(999, 'foo')
|