class KeywordCaseFilter(Filter):
Convert keywords to lowercase or uppercase or capitalize them, which means first letter uppercase, rest lowercase.
This can be useful e.g. if you highlight Pascal code and want to adapt the code to your styleguide.
Options accepted:
case
: stringMethod | __init__ |
Undocumented |
Method | filter |
Undocumented |
Instance Variable | convert |
Undocumented |
Inherited from Filter
:
Instance Variable | options |
Undocumented |