MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / r_object

Method r_object

tools/python-3.11.9-amd64/Tools/scripts/umarshal.py:174–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 return obj
173
174 def r_object(self) -> Any:
175 old_level = self.level
176 try:
177 return self._r_object()
178 finally:
179 self.level = old_level
180
181 def _r_object(self) -> Any:
182 code = self.r_byte()

Callers 2

_r_objectMethod · 0.95
loadsFunction · 0.95

Calls 1

_r_objectMethod · 0.95

Tested by

no test coverage detected