+ 4
In python3 type-hinting, how do you type-hint a custom type class or object?
3 Answers
+ 6
I don't get your question. Please state what is your desired outcome as well as your current progress.
+ 2
My question is about the new feature in python 3 that allows type hints like in Typescript..
My desired outcome is to hint a function/variable/return-type, to a custom class i made or its object..