Smoshkovits
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Smoshkovits 进行了评论, -
Smoshkovits 创建了一个帖子, 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 创建了一个帖子, 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...