An extended format string formatter
Formatter with extended conversion symbol
Definition at line 18 of file util.py.
◆ convert_field()
def Python.factory.creator.util.ExtendedFormatter.convert_field |
( |
|
self, |
|
|
|
value, |
|
|
|
conversion |
|
) |
| |
Extend conversion symbol
Following additional symbol has been added
* l: convert to string and low case
* u: convert to string and up case
default are:
* s: convert with str()
* r: convert with repr()
* a: convert with ascii()
Definition at line 23 of file util.py.
The documentation for this class was generated from the following file: