def to_string()

in utils/maxcompute_tea_util/maxcompute_tea_util/client.py [0:0]


    def to_string(val: Any) -> str:
        return str(val) if val is not None else 'null'