wok annotate python-peak-rules/description.txt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | |
children |
rev | line source |
---|---|
al@18956 | 1 PEAK-Rules is a highly-extensible framework for creating and using generic |
al@18956 | 2 functions, from the very simple to the very complex. Out of the box, it |
al@18956 | 3 supports multiple-dispatch on positional arguments using tuples of types, full |
al@18956 | 4 predicate dispatch using strings containing Python expressions, and CLOS-like |
al@18956 | 5 method combining. (But the framework allows you to mix and match dispatch |
al@18956 | 6 engines and custom method combinations, if you need or want to.) |