Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cherrypy/cherrypy
/ getargspec
Function
getargspec
cherrypy/_cpdispatch.py:208–209 ·
view source on GitHub ↗
(callable)
Source
from the content-addressed store, hash-verified
206
return
None
207
else
:
208
def
getargspec(callable):
209
return
inspect.getfullargspec(callable)[:4]
210
211
212
class
LateParamPageHandler(PageHandler):
Callers
1
test_callable_spec
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_callable_spec
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…