MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / callback

Function callback

tools/python-3.11.9-amd64/Lib/pydoc.py:2369–2372  ·  view source on GitHub ↗
(path, modname, desc)

Source from the content-addressed store, hash-verified

2367def apropos(key):
2368 """Print all the one-line module summaries that contain a substring."""
2369 def callback(path, modname, desc):
2370 if modname[-9:] == '.__init__':
2371 modname = modname[:-9] + ' (package)'
2372 print(modname, desc and '- ' + desc)
2373 def onerror(modname):
2374 pass
2375 with warnings.catch_warnings():

Callers 10

innerMethod · 0.70
onerrorMethod · 0.70
runMethod · 0.70
retrbinaryMethod · 0.70
retrlinesMethod · 0.70
storbinaryMethod · 0.70
storlinesMethod · 0.70
_cbMethod · 0.70
_exit_wrapperMethod · 0.70
_exit_wrapperMethod · 0.70

Calls 2

printFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected