maci.loadstrdict
loads maci data from a string as dict
Last updated
loads maci data from a string as dict
Last updated
Loads a string that contains formatted maci data that follows the maci language syntax (See ), and returns the attribute names and data as a dictionary representing them as key/value pairs.
Basic Example of loading a string using default positional parameter
In this example, we simply load maci formatted data from a string using the loadstrdict function by passing a maci formatted string as an argument to the function, and assign the returned dictionary object data to a variable.
Access the data by their individual and respective key names like you normally would on a dictionary in python.
Example accessing and viewing the data
Describes all parameter functionality and accepted data types