Skip to content

Commit c6a1da4

Browse files
committed
added credits to @gwidion
1 parent 9e57c4f commit c6a1da4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

25-class-metaprog/tinyenums/microenum.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This is an implementation of an idea by João S. O. Bueno (@gwidion)
2+
# shared privately with me, with permission to use in Fluent Python 2e.
3+
14
"""
25
Testing ``AutoFillDict``::
36

25-class-metaprog/tinyenums/nanoenum.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This is a simplification of an idea by João S. O. Bueno (@gwidion)
2+
# shared privately with me, with permission to use in Fluent Python 2e.
3+
14
"""
25
Testing ``KeyIsValueDict``::
36

0 commit comments

Comments
 (0)