(mydict, # type: Optional[Union[Dict[str, Any], None]]
ret, # type: Literal[True]
)
| 493 | |
| 494 | @overload |
| 495 | def init_session(mydict, # type: Optional[Union[Dict[str, Any], None]] |
| 496 | ret, # type: Literal[True] |
| 497 | ): |
| 498 | # type: (...) -> Dict[str, Any] |
| 499 | pass |
| 500 | |
| 501 | |
| 502 | @overload |
no test coverage detected