MCPcopy Create free account
hub / github.com/ipython/ipython / get_buffer

Method get_buffer

IPython/testing/iptest.py:312–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 self.buffer.seek(0)
311
312 def get_buffer(self):
313 with self.buffer_lock:
314 return self.buffer.getvalue()
315
316 def ensure_started(self):
317 if not self.started:

Callers 2

formatFailureMethod · 0.80
waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected