Lines Matching refs:cursect
1008 cursect = None # None, or a dictionary
1041 cursect is not None and
1043 cursect[optname] is not None):
1044 cursect[optname].append('') # newlines added at join
1052 if (cursect is not None and optname and
1054 cursect[optname].append(value)
1066 cursect = self._sections[sectname]
1069 cursect = self._defaults
1071 cursect = self._dict()
1072 self._sections[sectname] = cursect
1078 elif cursect is None:
1097 cursect[optname] = [optval]
1100 cursect[optname] = None