MCPcopy
hub / github.com/sphinx-doc/sphinx / func

Function func

tests/test_util/test_util_display.py:114–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 # decorator
113 @progress_message('testing')
114 def func() -> None:
115 logger.info('in func ', nonl=True)
116
117 func()
118 output = strip_escape_sequences(app.status.getvalue())

Callers 6

test_progress_messageFunction · 0.70
readMethod · 0.50
__call__Method · 0.50
autodoc_attrgetterFunction · 0.50
_processMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…