Lines Matching refs:depth
541 depth = 1
547 depth += 1
548 elif depth == 1 and (id == tokCOMMA or id == tokRPAREN):
556 depth -= 1
1246 depth = 0
1276 depth += 1
1280 depth -= 1
1282 if depth > 0:
1283 depth -= 1
1284 if depth == 0:
1296 elif depth == 0:
1635 depth = 1
1640 depth += 1
1641 elif depth == 1 and dir_ in ["else", "elif"]:
1644 depth -= 1
1645 if depth == 0: