MCPcopy
hub / github.com/tornadoweb/tornado / multi

Function multi

tornado/gen.py:441–444  ·  view source on GitHub ↗
(
    children: Sequence[_Yieldable],
    quiet_exceptions: Union[Type[Exception], Tuple[Type[Exception], ...]] = (),
)

Source from the content-addressed store, hash-verified

439
440@overload
441def multi(
442 children: Sequence[_Yieldable],
443 quiet_exceptions: Union[Type[Exception], Tuple[Type[Exception], ...]] = (),
444) -> Future[List]: ...
445
446
447@overload

Callers 1

convert_yieldedFunction · 0.85

Calls 1

multi_futureFunction · 0.85

Tested by

no test coverage detected