Home | History | Annotate | Download | only in python2.7

Lines Matching full:none

69 logfp = None            # File object to log to, if not None
84 If the global logfp is not None, it should be a file object to
87 If the global logfp is None, the global logfile may be a string
124 def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0):
144 if fp is None:
232 data = None
261 if data is None:
332 filename = None
333 list = None
334 type = None
335 file = None
337 disposition = None
358 keys are the field names. (Note: None can occur as a field name.)
363 name: the field name, if specified; otherwise None
365 filename: the filename, if specified; otherwise None; this is the
373 None if the data is stored a simple string
375 type: the content-type, or None if not specified
380 disposition: content-disposition, or None if not specified
395 def __init__(self, fp=None, headers=None, outerboundary="",
429 self.qs_on_post = None
438 if headers is None:
441 if headers is None:
462 self.name = None
465 self.filename = None
502 self.list = self.file = None
526 elif self.list is not None:
529 value = None
534 if self.list is None:
546 def getvalue(self, key, default=None):
557 def getfirst(self, key, default=None):
581 if self.list is None:
587 if self.list is None:
593 if self.list is None:
615 FieldStorageClass = None
627 FieldStorageClass = None
673 if self.__file is not None:
677 self.__file = None
742 def make_file(self, binary=None):
860 else: return None
865 else: return None
866 else: return None
869 else: return None
874 else: return None
921 def print_exception(type=None, value=None, tb=None, limit=None):
922 if type is None:
1030 def escape(s, quote=None):