diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2023-06-09 09:50:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 14:01:20 +0700 |
commit | 858927011062d4557b0e4d0a4eeeaf015832cb85 (patch) | |
tree | 78beeb20b2fb0782e5082073d7fbef957c034087 /python/python3-presets/README | |
parent | acefd7d938cb8d66895bb6f63878f1ae61e6fdcd (diff) |
python/python3-presets: Added (Manipulate params of module function)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-presets/README')
-rw-r--r-- | python/python3-presets/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-presets/README b/python/python3-presets/README new file mode 100644 index 0000000000..05fb370107 --- /dev/null +++ b/python/python3-presets/README @@ -0,0 +1,4 @@ +python3-presets (Manipulate default parameters of a module's function) + +A python module to manipulate default parameters of a module's +functions. |