Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ flush
Method
flush
tests.py:11–12 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9
def
write(self, buf):
10
self.logger(buf)
11
def
flush(self):
12
return
13
14
sys.stdout = UnrealEngineOutput(ue.log)
15
sys.stderr = UnrealEngineOutput(ue.log_error)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected