Twice faststream.dummy.Twice # Twice() Source code in faststream/dummy.py 18 19def __init__(self) -> None: pass twice_method # twice_method() Source code in faststream/dummy.py 21 22def twice_method(self) -> str: return "twice"