Files
openide/python/psi-api
Semyon Proshev 0c1b24d413 PY-23239 Fixed: NamedTuples aren't getting their types checked
PY-23253 Fixed: NamedTuple subclass inspection

Update PyNamedTupleType and PyNamedTupleStub to store fields' types.
Parameter hints show expected types and PyTypeCheckerInspection verifies them correctly.
2017-06-09 21:29:11 +03:00
..