MCPcopy Index your code
hub / github.com/python/cpython / pprint

Method pprint

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

Source from the content-addressed store, hash-verified

916 return "{}({})".format(self.__class__.__name__, super().__repr__())
917
918 def pprint(self):
919 print(self.__class__.__name__ + '/' + self.token_type)
920
921 @property
922 def all_defects(self):

Callers 3

test_stdout_is_NoneMethod · 0.45
show_eventsFunction · 0.45
tearDownMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_stdout_is_NoneMethod · 0.36
show_eventsFunction · 0.36