Files
openide/python/testData/performance/overloads/mainQualified.py
Mikhail Golubev b8c3db5d1b PY-40997 Use qualified function reference in the default test case
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
2021-01-18 15:36:30 +00:00

4 lines
59 B
Python

import overloads
expr = overloads.fu<caret>nc(999, 'foo')