MCPcopy
hub / github.com/derv82/wifite2 / pl

Method pl

wifite/util/color.py:47–50  ·  view source on GitHub ↗

Prints text using colored format with trailing new line.

(text)

Source from the content-addressed store, hash-verified

45
46 @staticmethod
47 def pl(text):
48 '''Prints text using colored format with trailing new line.'''
49 Color.p('%s\n' % text)
50 Color.last_sameline_length = 0
51
52 @staticmethod
53 def pe(text):

Callers 15

validateMethod · 0.80
parse_settings_argsMethod · 0.80
parse_wep_argsMethod · 0.80
parse_wpa_argsMethod · 0.80
parse_wps_argsMethod · 0.80
parse_encryptionMethod · 0.80
parse_wep_attacksMethod · 0.80
exit_gracefullyMethod · 0.80
__init__Method · 0.80
print_bannerMethod · 0.80
scan_and_attackMethod · 0.80
entry_pointFunction · 0.80

Calls 1

pMethod · 0.80

Tested by

no test coverage detected