Phpjunkie420
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Phpjunkie420 created a post, [False positive in Pycharm] Python version 3.12 does not have module winsound
PyCharm is generating a false warning for Python 3.12 on winsound. When I import winsound and use winsound.PlaySound() it executes fine but PyCharm is generating a incompatibility warning for the m... -
Phpjunkie420 created a post, Getting the intellisense / code completion to reference an object that isn't directly defined in a class
Is there any way to getting the intellisense / code completion to reference an object that isn't directly defined in a class.mport subprocess import inspect class PowerPlans: def __init__(self...