First time using this tool, after watching the utoob discussion. No type info whatsoever in my code, but I was prepared to be converted, and was interested to get a leg up with this tool.
monkeytype run zwi/zwi.py Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Failed collecting trace Traceback (most recent call last): File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 259, in __call__ self.handle_call(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 213, in handle_call func = self._get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 207, in _get_func self.cache[code] = get_func(frame) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 151, in get_func func = get_func_in_mro(first_arg, code) File "/Users/dap/Library/Python/3.9/lib/python/site-packages/monkeytype/tracing.py", line 113, in get_func_in_mro val = inspect.getattr_static(obj, code.co_name, None) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1622, in getattr_static instance_result = _check_instance(obj, attr) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/inspect.py", line 1572, in _check_instance return dict.get(instance_dict, attr, _sentinel) TypeError: descriptor 'get' for 'dict' objects doesn't apply to a 'NoneType' object Usage: python -m zwi [OPTIONS] COMMAND [ARGS]...
need-info