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

Method __init__

tests.py:7–8  ·  view source on GitHub ↗
(self, logger)

Source from the content-addressed store, hash-verified

5
6class UnrealEngineOutput:
7 def __init__(self, logger):
8 self.logger = logger
9 def write(self, buf):
10 self.logger(buf)
11 def flush(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected