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

Method ps1

scapy/utils.py:3718–3722  ·  view source on GitHub ↗

Return the PS1 of the shell

(self)

Source from the content-addressed store, hash-verified

3716 return func
3717
3718 def ps1(self) -> str:
3719 """
3720 Return the PS1 of the shell
3721 """
3722 return "> "
3723
3724 def close(self) -> None:
3725 """

Callers 1

loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected