```python >>> a = DataBuffer('abcd') >>> str(a) 'abcd' ``` This PR encodes a python3 str to bytes using `charmap`. It verifies that `bytes != str` to only encode a python3 str and not a python2 str. 2019-04-12Add incoming edges for flow graph nodesRusty Wagner 2019-04-11Add partial support to get_string_at.Brian Potchik