Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ repr
Method
repr
tools/python-3.11.9-amd64/Lib/reprlib.py:52–53 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
50
self.maxother = 30
51
52
def
repr(self, x):
53
return
self.repr1(x, self.maxlevel)
54
55
def
repr1(self, x, level):
56
typename = type(x).__name__
Callers
11
repr_str
Method · 0.45
repr_int
Method · 0.45
repr_instance
Method · 0.45
html
Function · 0.45
text
Function · 0.45
format_stack_entry
Method · 0.45
_future_repr_info
Function · 0.45
_format_args_and_kwargs
Function · 0.45
load_dict
Method · 0.45
GetText
Method · 0.45
dict_item
Method · 0.45
Calls
1
repr1
Method · 0.95
Tested by
no test coverage detected