MCPcopy Create free account
hub / github.com/RustPython/RustPython / pprint

Method pprint

Lib/email/_header_value_parser.py:901–902  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

899 return "{}({})".format(self.__class__.__name__, super().__repr__())
900
901 def pprint(self):
902 print(self.__class__.__name__ + '/' + self.token_type)
903
904 @property
905 def all_defects(self):

Callers 3

test_stdout_is_NoneMethod · 0.45
show_eventsFunction · 0.45
tearDownMethod · 0.45

Calls 1

printFunction · 0.50

Tested by 2

test_stdout_is_NoneMethod · 0.36
show_eventsFunction · 0.36