MCPcopy 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_strMethod · 0.45
repr_intMethod · 0.45
repr_instanceMethod · 0.45
htmlFunction · 0.45
textFunction · 0.45
format_stack_entryMethod · 0.45
_future_repr_infoFunction · 0.45
_format_args_and_kwargsFunction · 0.45
load_dictMethod · 0.45
GetTextMethod · 0.45
dict_itemMethod · 0.45

Calls 1

repr1Method · 0.95

Tested by

no test coverage detected