Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ reset
Function
reset
scripts/msgfmt.py:98–101 ·
view source on GitHub ↗
Reset module state.
()
Source
from the content-addressed store, hash-verified
96
97
98
def
reset():
99
"Reset module state."
100
global MESSAGES
101
MESSAGES.clear()
102
103
104
def
make(filename, outfile):
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected