MCPcopy Index your code
hub / github.com/secdev/scapy / init_session

Function init_session

scapy/main.py:495–499  ·  view source on GitHub ↗
(mydict,  # type: Optional[Union[Dict[str, Any], None]]
                 ret,  # type: Literal[True]
                 )

Source from the content-addressed store, hash-verified

493
494@overload
495def 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

Callers 1

interactFunction · 0.85

Calls 5

_scapy_builtinsFunction · 0.85
_scapy_extsFunction · 0.85
update_ipython_sessionFunction · 0.85
updateMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected