Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_None
Method · 0.45
show_events
Function · 0.45
tearDown
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_stdout_is_None
Method · 0.36
show_events
Function · 0.36