MCPcopy 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
98def reset():
99 "Reset module state."
100 global MESSAGES
101 MESSAGES.clear()
102
103
104def make(filename, outfile):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected