diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-04-16 18:24:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 18:24:01 +0700 |
commit | c1728e70225fd919093a8408c45825d76171c55f (patch) | |
tree | 8c537abeeb9843b670f0ed25767071464acadad3 /python/python3-simplegeneric/README | |
parent | b46d9037b36ef37082aca937cf21912a54f53636 (diff) |
python/python3-simplegeneric: Added (Generic functions for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-simplegeneric/README')
-rw-r--r-- | python/python3-simplegeneric/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-simplegeneric/README b/python/python3-simplegeneric/README new file mode 100644 index 0000000000000..390479b2e892c --- /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. |