MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _add_doc

Function _add_doc

pager_lib/six.py:80–82  ·  view source on GitHub ↗

Add documentation to a function.

(func, doc)

Source from the content-addressed store, hash-verified

78
79
80def _add_doc(func, doc):
81 """Add documentation to a function."""
82 func.__doc__ = doc
83
84
85def _import_module(name):

Callers 1

six.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected