Empty » raw
raw → object
Retrieve a native representation of the empty element.
enocolor:
python>>> empty = enopy.parse(input).element('color')
>>> empty.raw()
{ 'color': None }
Return value
A native representation of the empty element.