@@ -471,10 +471,6 @@ references:
471471 href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException
472472 name: UnexpectedException
473473 uid: doctest.UnexpectedException
474- - fullName: doctest.failureException
475- href: https://docs.python.org/3/library/doctest.html#doctest.failureException
476- name: failureException
477- uid: doctest.failureException
478474- fullName: email.errors.BoundaryError
479475 href: https://docs.python.org/3/library/email.errors.html#email.errors.BoundaryError
480476 name: BoundaryError
@@ -1003,6 +999,10 @@ references:
1003999 href: https://docs.python.org/3/library/tarfile.html#tarfile.HeaderError
10041000 name: HeaderError
10051001 uid: tarfile.HeaderError
1002+ - fullName: tarfile.LinkFallbackError
1003+ href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkFallbackError
1004+ name: LinkFallbackError
1005+ uid: tarfile.LinkFallbackError
10061006- fullName: tarfile.LinkOutsideDestinationError
10071007 href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkOutsideDestinationError
10081008 name: LinkOutsideDestinationError
@@ -1975,6 +1975,38 @@ references:
19751975 href: https://docs.python.org/3/library/datetime.html#datetime.timezone.utc
19761976 name: utc
19771977 uid: datetime.timezone.utc
1978+ - fullName: decimal.Context.Emax
1979+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emax
1980+ name: Emax
1981+ uid: decimal.Context.Emax
1982+ - fullName: decimal.Context.Emin
1983+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emin
1984+ name: Emin
1985+ uid: decimal.Context.Emin
1986+ - fullName: decimal.Context.capitals
1987+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.capitals
1988+ name: capitals
1989+ uid: decimal.Context.capitals
1990+ - fullName: decimal.Context.clamp
1991+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.clamp
1992+ name: clamp
1993+ uid: decimal.Context.clamp
1994+ - fullName: decimal.Context.flags
1995+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.flags
1996+ name: flags
1997+ uid: decimal.Context.flags
1998+ - fullName: decimal.Context.prec
1999+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.prec
2000+ name: prec
2001+ uid: decimal.Context.prec
2002+ - fullName: decimal.Context.rounding
2003+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.rounding
2004+ name: rounding
2005+ uid: decimal.Context.rounding
2006+ - fullName: decimal.Context.traps
2007+ href: https://docs.python.org/3/library/decimal.html#decimal.Context.traps
2008+ name: traps
2009+ uid: decimal.Context.traps
19782010- fullName: definition.__doc__
19792011 href: https://docs.python.org/3/library/stdtypes.html#definition.__doc__
19802012 name: __doc__
@@ -2091,6 +2123,10 @@ references:
20912123 href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException.test
20922124 name: test
20932125 uid: doctest.UnexpectedException.test
2126+ - fullName: doctest.module.__test__
2127+ href: https://docs.python.org/3/library/doctest.html#doctest.module.__test__
2128+ name: __test__
2129+ uid: doctest.module.__test__
20942130- fullName: email.charset.Charset.body_encoding
20952131 href: https://docs.python.org/3/library/email.charset.html#email.charset.Charset.body_encoding
20962132 name: body_encoding
@@ -12439,6 +12475,10 @@ references:
1243912475 href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.emit
1244012476 name: emit
1244112477 uid: logging.handlers.RotatingFileHandler.emit
12478+ - fullName: logging.handlers.RotatingFileHandler.shouldRollover
12479+ href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.shouldRollover
12480+ name: shouldRollover
12481+ uid: logging.handlers.RotatingFileHandler.shouldRollover
1244212482- fullName: logging.handlers.SMTPHandler.emit
1244312483 href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.SMTPHandler.emit
1244412484 name: emit
@@ -12507,6 +12547,10 @@ references:
1250712547 href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.getFilesToDelete
1250812548 name: getFilesToDelete
1250912549 uid: logging.handlers.TimedRotatingFileHandler.getFilesToDelete
12550+ - fullName: logging.handlers.TimedRotatingFileHandler.shouldRollover
12551+ href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.shouldRollover
12552+ name: shouldRollover
12553+ uid: logging.handlers.TimedRotatingFileHandler.shouldRollover
1251012554- fullName: logging.handlers.WatchedFileHandler.emit
1251112555 href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.WatchedFileHandler.emit
1251212556 name: emit
@@ -22119,6 +22163,10 @@ references:
2211922163 href: https://docs.python.org/3/library/os.html#os.pardir
2212022164 name: pardir
2212122165 uid: os.pardir
22166+ - fullName: os.path.ALLOW_MISSING
22167+ href: https://docs.python.org/3/library/os.path.html#os.path.ALLOW_MISSING
22168+ name: ALLOW_MISSING
22169+ uid: os.path.ALLOW_MISSING
2212222170- fullName: os.path.supports_unicode_filenames
2212322171 href: https://docs.python.org/3/library/os.path.html#os.path.supports_unicode_filenames
2212422172 name: supports_unicode_filenames
@@ -27023,6 +27071,10 @@ references:
2702327071 href: https://docs.python.org/3/library/ast.html#ast.TypeAlias
2702427072 name: TypeAlias
2702527073 uid: ast.TypeAlias
27074+ - fullName: ast.TypeIgnore
27075+ href: https://docs.python.org/3/library/ast.html#ast.TypeIgnore
27076+ name: TypeIgnore
27077+ uid: ast.TypeIgnore
2702627078- fullName: ast.TypeVar
2702727079 href: https://docs.python.org/3/library/ast.html#ast.TypeVar
2702827080 name: TypeVar
@@ -30955,6 +31007,10 @@ references:
3095531007 href: https://docs.python.org/3/library/codecs.html#codecs.backslashreplace_errors
3095631008 name: backslashreplace_errors
3095731009 uid: codecs.backslashreplace_errors
31010+ - fullName: codecs.charmap_build
31011+ href: https://docs.python.org/3/library/codecs.html#codecs.charmap_build
31012+ name: charmap_build
31013+ uid: codecs.charmap_build
3095831014- fullName: codecs.decode
3095931015 href: https://docs.python.org/3/library/codecs.html#codecs.decode
3096031016 name: decode
0 commit comments