Module for reading, writing and manipulating Toolbox databases and
settings files.
string
|
to_sfm_string(tree,
encoding=None,
errors='strict',
unicode_fields=None)
Return a string with a standard format representation of the toolbox
data in tree (tree can be a toolbox database or a single record). |
source code
|
|
|
|
to_settings_string(tree,
encoding=None,
errors='strict',
unicode_fields=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
sort_fields(elem,
field_orders)
Sort the elements and subelements in order specified in field_orders. |
source code
|
|
|
|
_sort_fields(elem,
orders_dicts)
sort the children of elem |
source code
|
|
|
|
add_blank_lines(tree,
blanks_before,
blanks_between)
Add blank lines before all elements and subelements specified in
blank_before. |
source code
|
|
|
|
|