Section » raw
raw → list
Retrieve a python native representation of the section.
enocolor: blue
python>>> document = enopy.parse(input)
>>> document.raw()
[{ 'color': 'blue' }]
Return value
A list of elements (also returned in their raw representation).