Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
_add_doc(func, doc):
81
""
"Add documentation to a function."
""
82
func.__doc__ = doc
83
84
85
def
_import_module(name):
Callers
1
six.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected