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