I have had numerous problems with PyCharm not recognising functions in libraries properly, so I\'ve decided to look into the source code of some example functions that PyCha
PEP484 defined these stub files. As per the PEP, they are supposed to be for type-hints and can be used by type-checker.