Matthew Tiger

Results 1 comments of Matthew Tiger

I think a better implementation is below: @classmethod def from_dict(cls, d): """ Load tree from exported JSON string. :param json_str: json string that exported by to_json method """ def _iter(nodes,...