Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ExpressLRS/ExpressLRS
/ purge
Method
purge
src/python/external/jmespath/parser.py:496–498 ·
view source on GitHub ↗
Clear the expression compilation cache.
(cls)
Source
from the content-addressed store, hash-verified
494
495
@classmethod
496
def
purge(cls):
497
""
"Clear the expression compilation cache."
""
498
cls._CACHE.clear()
499
500
501
@with_repr_method
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected