riggedCoinflip
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 2
-
riggedCoinflip 创建了一个帖子, 已回答autogenerate super() vs super(class, self)
Hi, I am a bit confused of the usage of the autogenerated super calls.In Python2, you had to call super like this: super(class, self).method() This is also the way Pycharm autogenerates the super c... -
-
-
-
riggedCoinflip 创建了一个帖子, 已回答[Visual] detail.css not properly displaying
Hi, I have a strange case that if I name a file "detail.css" - either by creating a new file or renaming an existing one - it changes the icon, not displaying as a css anymore.The file itself works...