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

Method append

sphinx/ext/autodoc/_sentinels.py:48–49  ·  view source on GitHub ↗
(self, item: object)

Source from the content-addressed store, hash-verified

46 return True
47
48 def append(self, item: object) -> None:
49 pass # nothing
50
51
52class _Empty(_Sentinel):

Callers 15

__repr__Method · 0.45
parseMethod · 0.45
runMethod · 0.45
code_roleFunction · 0.45
merge_doctreesFunction · 0.45
levenshtein_distanceFunction · 0.45
__init__Method · 0.45
connectMethod · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by 15

add_codeMethod · 0.36
test_docMethod · 0.36
run_setup_cleanupMethod · 0.36
test_event_priorityFunction · 0.36
pytest_report_headerFunction · 0.36
on_process_docstringFunction · 0.36
_process_signatureFunction · 0.36
process_signatureFunction · 0.36
_special_getattrFunction · 0.36
_nodeMethod · 0.36
test_productionlistFunction · 0.36
source_read_handlerFunction · 0.36