diff options
| -rw-r--r-- | PITCHME.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ def add(x, y): ``` --- +The problem is that it does not really work + ```python >>> inspect.getfullargspec(add) FullArgSpec(args=[], varargs='args', varkw='kwds', defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={}) |
