MCPcopy Create free account
hub / github.com/SooLab/CGFormer / add_end_docstrings

Function add_end_docstrings

bert/file_utils.py:181–186  ·  view source on GitHub ↗
(*docstr)

Source from the content-addressed store, hash-verified

179
180
181def add_end_docstrings(*docstr):
182 def docstring_decorator(fn):
183 fn.__doc__ = fn.__doc__ + "".join(docstr)
184 return fn
185
186 return docstring_decorator
187
188
189PT_TOKEN_CLASSIFICATION_SAMPLE = r"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected