MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _add_doc

Function _add_doc

thirdparty/six/__init__.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

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…