to_sfm_string(tree,
encoding=None,
errors=' strict ' ,
unicode_fields=None)
| source code
|
Return a string with a standard format representation of the toolbox
data in tree (tree can be a toolbox database or a single record).
- Parameters:
tree (ElementTree._ElementInterface) - flat representation of toolbox data (whole database or single
record)
encoding (string) - Name of an encoding to use.
errors (string) - Error handling scheme for codec. Same as the encode
inbuilt string method.
unicode_fields (string)
- Returns: string
- string using standard format markup
|