Home | History | Annotate | Download | only in wsgiref

Lines Matching full:none

15 def _formatparam(param, value=None, quote=1):
20 if value is not None and len(value) > 0:
59 Return None if the header is missing instead of raising an exception.
69 return self.get(name) is not None
86 def get(self,name,default=None):
139 if result is None:
151 value is None, in which case only the key will be added.
159 strings or None.
162 if _value is not None:
165 if v is None: