class documentation

class lazy_format: (source)

View In Hierarchy

Delay formatting until it's actually needed. Useful when the format string or one of the arguments is lazy. Not using Django's lazy because it is too slow.

Method __init__ Undocumented
Method __mod__ Undocumented
Method __str__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable args Undocumented
Instance Variable format_string Undocumented
Instance Variable kwargs Undocumented
Instance Variable result Undocumented
def __init__(self, format_string, *args, **kwargs): (source)

Undocumented

def __mod__(self, value): (source)

Undocumented

def __str__(self): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented

format_string = (source)

Undocumented

Undocumented

Undocumented