Skip to content

Releases: decorator-factory/typing-tips

"Generic functions" article published

20 Oct 14:50

Choose a tag to compare

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

23 Feb 23:19

Choose a tag to compare

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/