Smoshkovits

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Smoshkovits commented, -
Smoshkovits created a post, How to hide PyCharm autocomplete for specific class
Is there a way to turn off autocomplete in Pycharm for a specific class? I have a class Result that may contain either a string, e.g. 1+2 or an instance of another class Exercise. The Exercise clas... -
Smoshkovits created a post, What magic method is required to expose the contents of a Python\Pydantic Dict-like object to PyCharm debug view
(I posted this also on: https://stackoverflow.com/questions/73206961/what-magic-method-is-required-to-expose-the-contents-of-a-python-pydantic-dict-l ) How can I view the contents of a Pydantic Dic...