MCPcopy Index your code
hub / github.com/data-apis/python-record-api / signature

Function signature

record_api/core.py:209–210  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

207# cache this b/c its expesnive
208@functools.lru_cache(None, False)
209def signature(fn):
210 return inspect.signature(fn)
211
212
213def safe_signature(fn):

Callers 1

safe_signatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected