Lines Matching full:section
8 """Spin through the input buffer looking for section header lines.
9 When found, the name of the section is extracted. The entire contents
10 of that section is added to a result hashmap with the section name
24 # Look for a section header
27 # If there are no more, add a section from the last header to EOF
34 # map indexed by the section name
44 def FindMethods(section):
45 """Spin through the 'method code index' section and extract all
58 result = methodPattern.search(section, start)
69 whether or not there is method invokation line in the codes section that
86 # than the beginning of the code section for that method.