Explore >> Select a destination


You are here

blog.separateconcerns.com
| | nagekar.com
2.3 parsecs away

Travel
| |
| | adamj.eu
2.8 parsecs away

Travel
| | In a type hint, if we specify a type (class), then we mark the variable as containing an instance of that type. To specify that a variable instead contains a type, we need to use type[Cls] (or the old syntax typing.Type).
| | www.pmatiello.me
4.3 parsecs away

Travel
| | Implementing interface contracts in Python with class decorators
| | akaptur.github.com
25.4 parsecs away

Travel
| Nick Coghlan added another interesting note in response to my last post about creating side-effecting assignments in python. Here's Nick: @ ...