#225·python

Explore the possibility of type hinting

Author: mbohloolCreated May 20, 2017Updated Aug 1, 2026
Labelslifecycle/frozenhelp wanted

Python 3 has a type hinting feature very useful for auto complete. This issue is for tracking efforts on researching its backward compatibility with python 2 (`from __future__ import import annotations`?) and if possible, change code generator to implement it. Best if we contribute it back to swagger-codegen.

Source: kubernetes-client/python