Home | History | Annotate | Download | only in Lib

Lines Matching full:existed

944         existed = option in sectdict
945 if existed:
947 return existed
951 existed = section in self._sections
952 if existed:
955 return existed