MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / write

Method write

test/base/test_tutorials.py:24–26  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

22
23 class MyStream:
24 def write(self, string):
25 sys.stdout.write(string)
26 sys.stdout.flush()
27
28 def flush(self):
29 pass

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected