Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MorDavid/BruteForceAI
/ flush
Method
flush
BruteForceAI.py:48–52 ·
view source on GitHub ↗
Flush both outputs
(self)
Source
from the content-addressed store, hash-verified
46
self.file.flush()
# Ensure immediate write
47
48
def
flush(self):
49
""
"Flush both outputs"
""
50
self.original_stdout.flush()
51
if
self.file:
52
self.file.flush()
53
54
def
main():
55
parser = argparse.ArgumentParser(
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected