Home | History | Annotate | Download | only in Lib

Lines Matching defs:Absent

235     absent.
1213 # Used as second parameter to dict.get() method, to distinguish absent
1215 class Absent: pass
1463 domain = standard.get("domain", Absent)
1464 path = standard.get("path", Absent)
1465 port = standard.get("port", Absent)
1466 expires = standard.get("expires", Absent)
1476 # (discard is also set if expires is Absent)
1482 if path is not Absent and path != "":
1498 domain_specified = domain is not Absent
1503 if domain is Absent:
1511 if port is not Absent:
1524 if expires is Absent: