mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-61591 Move test files
GitOrigin-RevId: 87bbf31ca7e21c0f72e551b6415f60b214bd255c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
36257a1ee1
commit
bbd7d8a991
@@ -0,0 +1,9 @@
|
||||
def _require_instance(type_):
|
||||
...
|
||||
|
||||
class C:
|
||||
def do(self):
|
||||
self._require_instance()
|
||||
|
||||
def _require_instance(self):
|
||||
print("x")
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
def _require_instance(type_):
|
||||
...
|
||||
|
||||
class C:
|
||||
def do(self):
|
||||
self._require_instance()
|
||||
|
||||
def _require_instance(self):
|
||||
print("x")
|
||||
@@ -0,0 +1,6 @@
|
||||
def _require_instance(type_):
|
||||
...
|
||||
|
||||
class C:
|
||||
def do(self):
|
||||
<selection>print("x")</selection>
|
||||
Reference in New Issue
Block a user