Serge Travin

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Serge Travin commented, -
Serge Travin created a post, JavaScript libraries settings
Hello.I'm trying to set up JavaScript assistance for ExtJs. For one project I've already done this, but it was long time ago.If I open File -> Settings -> Project Settings -> JavaScript -> Librarie... -
-
-
Serge Travin created a post, Imports completion
Hello.I have strange behavior in new 96.115 release with imports completion. Consider samples below.1. Nested modules:root __init__.py nested_mod.pyclient_mod.pyCode in client_mod.py:import r... -
-
Serge Travin created a post, Unresolved reference for property
Hi.PyCharm (as many other IDEs) produces 'unresolved reference' warning e.g. in this code:class A(object): def __init__(self): self._value = True @property def value(self): r...