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

Method format

scapy/themes.py:150–154  ·  view source on GitHub ↗
(self, string, fmt)

Source from the content-addressed store, hash-verified

148 return create_styler()
149
150 def format(self, string, fmt):
151 # type: (str, str) -> str
152 for style in fmt.split("+"):
153 string = getattr(self, style)(string)
154 return string
155
156
157class NoTheme(ColorTheme):

Callers 15

_session_extractorMethod · 0.45
getlayerMethod · 0.45
_inet6_ntopFunction · 0.45
RandUUIDClass · 0.45
__init__Method · 0.45
any2iMethod · 0.45
m2iMethod · 0.45
i2reprMethod · 0.45
_check_uuid_fmtMethod · 0.45
_windows_titleFunction · 0.45
info_lineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected