Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BLAST-WarpX/warpx
/ ClearPythonCallback
Function
ClearPythonCallback
Source/Python/callbacks.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void ClearPythonCallback ( const std::string& name )
51
{
52
warpx_callback_py_map.erase(name);
53
}
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected