Home | History | Annotate | Download | only in http

Lines Matching defs:Absent

246     absent.
1220 # Used as second parameter to dict.get() method, to distinguish absent
1222 class Absent: pass
1469 domain = standard.get("domain", Absent)
1470 path = standard.get("path", Absent)
1471 port = standard.get("port", Absent)
1472 expires = standard.get("expires", Absent)
1482 # (discard is also set if expires is Absent)
1488 if path is not Absent and path != "":
1504 domain_specified = domain is not Absent
1509 if domain is Absent:
1517 if port is not Absent:
1530 if expires is Absent:
2014 # last field may be absent, so keep any trailing tab