MCPcopy
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
207else:
208 def getargspec(callable):
209 return inspect.getfullargspec(callable)[:4]
210
211
212class LateParamPageHandler(PageHandler):

Callers 1

test_callable_specFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_callable_specFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…