aboutsummaryrefslogtreecommitdiff
path: root/python/python3-simplegeneric/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-simplegeneric/README')
-rw-r--r--python/python3-simplegeneric/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-simplegeneric/README b/python/python3-simplegeneric/README
new file mode 100644
index 0000000000..390479b2e8
--- /dev/null
+++ b/python/python3-simplegeneric/README
@@ -0,0 +1,3 @@
+The simplegeneric module lets you define simple single-dispatch
+generic functions, akin to Python's built-in generic functions like
+len(), iter() and so on.