redvypr.config.configString¶
- class redvypr.config.configString(seq)¶
The class is a modified dictionary that allows to add attributes. If a deepcopy of the class is done, a standard dictionary will be returned.
- __init__(seq)¶
Methods
__init__(seq)casefold()center(width, *args)count(value)encode([encoding, errors])endswith(suffix[, start, end])expandtabs([tabsize])find(sub[, start, end])format(*args, **kwds)format_map(mapping)index(value, [start, [stop]])Raises ValueError if the value is not present.
isalnum()isalpha()isascii()isdigit()islower()isspace()istitle()isupper()join(seq)ljust(width, *args)lower()lstrip([chars])Return a translation table usable for str.translate().
partition(sep)removeprefix(prefix, /)removesuffix(suffix, /)replace(old, new[, maxsplit])rfind(sub[, start, end])rindex(sub[, start, end])rjust(width, *args)rpartition(sep)rsplit([sep, maxsplit])rstrip([chars])split([sep, maxsplit])splitlines([keepends])startswith(prefix[, start, end])strip([chars])swapcase()title()translate(*args)upper()zfill(width)