Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
209
def
signature(fn):
210
return
inspect.signature(fn)
211
212
213
def
safe_signature(fn):
Callers
1
safe_signature
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected