def list_or_args(keys, args): ...
def nativestr(x): ...
def delist(x): ...
def parse_to_list(response): ...
def parse_list_to_dict(response): ...
def parse_to_dict(response): ...
def random_string(length: int = 10) -> str: ...
def quote_string(v): ...
def decode_dict_keys(obj): ...
def stringify_param_value(value): ...
