Lines Matching full:bracket
65 # used to find the first item of a bracket structure.
247 # else we're in an unclosed bracket structure
323 # String continuation takes precedence over bracket
355 # if continuation is C_BRACKET, index of last open bracket
387 # Analyze this stmt, to find the last open bracket (if any)
390 stack = [] # stack of open bracket indices
473 j = j+1 # one beyond open bracket
485 # nothing interesting follows the bracket;
486 # reproduce the bracket line's indentation + a level
580 # index of last open bracket ({[, or None if none