class documentation

class Str(ast.expr): (source)

Constructor: Str(*args, **kwargs)

View In Hierarchy

Wraps ast.Constant/ast.Str for `isinstance` checks and annotations. Ensures that the value is actually a string. Do not try to instanciate this class.

Method __init__ Undocumented
Class Variable value Undocumented
def __init__(self, *args: Any, **kwargs: Any): (source)

Undocumented

Undocumented