Home | History | Annotate | Download | only in docs

Lines Matching refs:_optional

953     self._optional = optional            # bool
963 return self._optional
1109 return self._optional
1113 return self._optional or False
1220 self._optional = kwargs.get('optional')