diff --git a/wx/py/introspect.py b/wx/py/introspect.py index e9c16b7f..f2d86dbc 100644 --- a/wx/py/introspect.py +++ b/wx/py/introspect.py @@ -171,6 +171,7 @@ def getCallTip(command='', locals=None): pass tip1 = '' argspec = '' + obj = inspect.unwrap(obj) if inspect.isbuiltin(obj): # Builtin functions don't have an argspec that we can get. pass