mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
11 lines
131 B
Python
11 lines
131 B
Python
blub = 1
|
|
|
|
class Config2():
|
|
pass
|
|
|
|
|
|
class BaseClass():
|
|
mode = Config2()
|
|
if isinstance(whaat, int):
|
|
mode2 = whaat
|