This repository has been archived on 2022-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
lets/handlers/generalHelper.py
depreciate 410499ce79 vff
2019-02-11 21:57:05 +10:30

9 lines
180 B
Python

def zingonify(d):
"""
Zingonifies a string
:param d: input dict
:return: zingonified dict as str
"""
return "|".join(f"{k}:{v}" for k, v in d.items())