MCPcopy Index your code
hub / github.com/python/cpython / _info

Method _info

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

Source from the content-addressed store, hash-verified

114
115 @property
116 def _info(self):
117 return _channels.get_info(self._id)
118
119 @property
120 def is_closed(self):

Callers

nothing calls this directly

Calls 1

get_infoMethod · 0.45

Tested by

no test coverage detected