buildpg
buildpg copied to clipboard
convert True and False
if isinstance(v, bool):
return str(v).lower()
On Var.__init__