PythonRemoteServer icon indicating copy to clipboard operation
PythonRemoteServer copied to clipboard

Implement get_keyword_types for non parameterized types

Open iDentitY4 opened this issue 1 year ago • 0 comments

Implemented #83 When a type is parametrized like List, Union, Tuple, Literal then the type info is removed. See #84

Python 2 support should be working, but i didn't test it yet. The import of get_type_hints will fall back to __annotations__ on below python 3.5. On python 2 if no robot_types is set then types will be empty.

iDentitY4 avatar Feb 14 '24 09:02 iDentitY4