Skip to content

Twice

faststream.dummy.Twice #

Twice()
Source code in faststream/dummy.py
def __init__(self) -> None:
    pass

twice_method #

twice_method()
Source code in faststream/dummy.py
def twice_method(self) -> str:
    return "twice"