mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 20:01:20 +07:00
(cherry picked from commit 64d9931ee762c8ac801114e22952f3086235467a) IJ-MR-182362 GitOrigin-RevId: 12ab6cde41b9c855fbee843176df00d9daba8e39
8 lines
549 B
Python
8 lines
549 B
Python
class A(B):
|
|
def __init__(self):
|
|
<warning descr="Python version 2.7 does not support this syntax. super() should have arguments in Python 2">super()</warning>
|
|
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not have method cmp">cmp()</warning>
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not have method reduce">reduce()</warning>
|
|
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not have method buffer">buffer()</warning> |