maci.tomldumpstr
dumps data to a string as toml
dumping a string
Dumps a dictionary to a string formatted as TOML.
maci.tomldumpstr -> str
Basic Example of dumping data to a string using default positional parameters
In this example, we simply dump data to a string formatted as toml using the tomldumpstr function and pass dictionary data as an argument to the function, and assign the returned data to a variable.
parameters & arguments
Describes all parameter functionality and accepted data types
This function uses the tomli-w library installed as a dependency from pypi as its underlying functionality. For more information on tomli-w, visit: https://pypi.org/project/tomli-w/
Last updated