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

Method truncate

tools/python-3.11.9-amd64/Lib/doctest.py:266–268  ·  view source on GitHub ↗
(self, size=None)

Source from the content-addressed store, hash-verified

264 return result
265
266 def truncate(self, size=None):
267 self.seek(size)
268 StringIO.truncate(self)
269
270# Worst-case linear-time ellipsis matching.
271def _ellipsis_match(want, got):

Callers 1

__runMethod · 0.45

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected