MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / write

Method write

tests.py:9–10  ·  view source on GitHub ↗
(self, buf)

Source from the content-addressed store, hash-verified

7 def __init__(self, logger):
8 self.logger = logger
9 def write(self, buf):
10 self.logger(buf)
11 def flush(self):
12 return
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected