Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ __call__
Method
__call__
web/application.py:779–782 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
777
self.mtimes = {}
778
779
def
__call__(self):
780
sys_modules = list(sys.modules.values())
781
for
mod in sys_modules:
782
self.check(mod)
783
784
def
check(self, mod):
785
# jython registers java packages as modules but they either
Callers
nothing calls this directly
Calls
2
check
Method · 0.95
values
Method · 0.45
Tested by
no test coverage detected