# In this function, "for e in info" seems to have 2 branches:
def branches_2():
if x:
for e in info:
print(1)
else:
print(2)
# In this function, "for e in info" seems to have 3 branches:
def branches_3():
for y in a:
if x:
for e in info:
print(1)
else:
print(2)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4