Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_None
Method · 0.45
show_events
Function · 0.45
tearDown
Method · 0.45
Calls
1
print
Function · 0.50
Tested by
2
test_stdout_is_None
Method · 0.36
show_events
Function · 0.36