mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
Static analsyis test for complex flow tests (filtering).
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import random
|
||||||
|
|
||||||
|
if random.choice([0, 1]):
|
||||||
|
x = ''
|
||||||
|
else:
|
||||||
|
x = 1
|
||||||
|
|
||||||
|
if x != 1:
|
||||||
|
x = x.upper()
|
||||||
|
else:
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user