Lines Matching refs:keys
156 # field keys and values (except for files) are returned as strings
208 Returns a dictionary just like parse_qs(): keys are the field names, each
293 keys are the field names. (Note: None can occur as a field name.)
513 return iter(self.keys())
575 def keys(self):
576 """Dictionary style keys() method."""
589 return len(self.keys())
908 keys = sorted(environ.keys())
912 for key in keys:
919 keys = sorted(form.keys())
922 if not keys:
925 for key in keys: