mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
(cherry picked from commit cd6abb8ad8a01b22066bed85639242b03a85d1d0) IJ-MR-8050 GitOrigin-RevId: f8a350835ce303c96b7f404263d8367242f4eaa6
10 lines
129 B
Python
10 lines
129 B
Python
SOME_GLOB_VAL = 42
|
|
|
|
|
|
class Clazz:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def foo(self):
|
|
self.x<caret> = SOME_GLOB_VAL
|