File tree Expand file tree Collapse file tree 2 files changed +64
-41
lines changed
docs/source/how_to_guides Expand file tree Collapse file tree 2 files changed +64
-41
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,13 @@ databases. [^kedro]
127127
128128## References
129129
130- [ ^ structural-subtyping ] : Structural subtyping is similar to ABCs an approach in Python to enforce interfaces,
131- but it can be considered more pythonic since it is closer to duck typing. Hynek
132- Schlawack wrote a comprehensive
133- [ guide on subclassing] ( https://hynek.me/articles/python-subclassing-redux/ ) that
134- features protocols under "Type 2". Glyph wrote an introduction to protocols called
130+ [ ^ structural-subtyping ] : Structural subtyping is similar to ABCs an approach in Python
131+ to enforce interfaces, but it can be considered more pythonic
132+ since it is closer to duck typing. Hynek Schlawack wrote a
133+ comprehensive
134+ [ guide on subclassing] ( https://hynek.me/articles/python-subclassing-redux/ )
135+ that features protocols under "Type 2". Glyph wrote an
136+ introduction to protocols called
135137 [ I want a new duck] ( https://glyph.twistedmatrix.com/2020/07/new-duck.html ) .
136138
137139[ ^ kedro ] : Kedro, another workflow system, provides many adapters to data sources:
You can’t perform that action at this time.
0 commit comments