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

Method tell

Lib/test/test_io/utils.py:118–119  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 return -123
117
118 def tell(self):
119 return -456
120
121 def readinto(self, buf):
122 super().readinto(buf)

Calls

no outgoing calls