MCPcopy Index your code
hub / github.com/RustPython/RustPython / _info

Method _info

Lib/test/support/channels.py:120–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118
119 @property
120 def _info(self):
121 return _channels.get_info(self._id)
122
123 @property
124 def is_closed(self):

Callers

nothing calls this directly

Calls 1

get_infoMethod · 0.45

Tested by

no test coverage detected