Releases: decorator-factory/typing-tips
Releases · decorator-factory/typing-tips
"Generic functions" article published
Read the article here: https://decorator-factory.github.io/typing-tips/tutorial/3-generic-functions/
Please file issues if something is unclear or incorrect
"Using Protocols" article published
This is the third article in the mainline tutorial. It teaches the basics of protocols: defining methods and properties in a protocol, the benefits and pitfalls of structural typing, and the ability to subclass protocols. It doesn't discuss __call__ protocols or generic protocols, they will be covered later ™️
Article link: https://decorator-factory.github.io/typing-tips/tutorials/main/2-using-protocols/