Searched refs:get_section (Results 1 – 1 of 1) sorted by relevance
464 does_exist = sections_dict.get(p.get_section())466 sec = sections_dict.get(p.get_section(), \467 Section(p.get_section(), outer_namespace))468 sections_dict[p.get_section()] = sec1490 def get_section(self): member in Entry