From f8e4cce4d2c19db69c780bb70034f30d10ae8de0 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Tue, 17 Oct 2023 02:03:00 +0000 Subject: [PATCH 1/4] CI Update Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=391961&view=results --- xrefmap.yml | 1964 ++++++++++++++++++++++++--------------------------- 1 file changed, 920 insertions(+), 1044 deletions(-) diff --git a/xrefmap.yml b/xrefmap.yml index 397313e..d2e1cff 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1167,6 +1167,14 @@ references: href: https://docs.python.org/3/library/exceptions.html#BlockingIOError.characters_written name: characters_written uid: BlockingIOError.characters_written +- fullName: ImportError.name + href: https://docs.python.org/3/library/exceptions.html#ImportError.name + name: name + uid: ImportError.name +- fullName: ImportError.path + href: https://docs.python.org/3/library/exceptions.html#ImportError.path + name: path + uid: ImportError.path - fullName: OSError.errno href: https://docs.python.org/3/library/exceptions.html#OSError.errno name: errno @@ -1463,38 +1471,6 @@ references: href: https://docs.python.org/3/library/stdtypes.html#class.__mro__ name: __mro__ uid: class.__mro__ -- fullName: clinic.CConverter.c_default - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.c_default - name: c_default - uid: clinic.CConverter.c_default -- fullName: clinic.CConverter.c_ignored_default - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.c_ignored_default - name: c_ignored_default - uid: clinic.CConverter.c_ignored_default -- fullName: clinic.CConverter.converter - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.converter - name: converter - uid: clinic.CConverter.converter -- fullName: clinic.CConverter.default - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.default - name: default - uid: clinic.CConverter.default -- fullName: clinic.CConverter.impl_by_reference - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.impl_by_reference - name: impl_by_reference - uid: clinic.CConverter.impl_by_reference -- fullName: clinic.CConverter.parse_by_reference - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.parse_by_reference - name: parse_by_reference - uid: clinic.CConverter.parse_by_reference -- fullName: clinic.CConverter.py_default - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.py_default - name: py_default - uid: clinic.CConverter.py_default -- fullName: clinic.CConverter.type - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter.type - name: type - uid: clinic.CConverter.type - fullName: cmd.Cmd.cmdqueue href: https://docs.python.org/3/library/cmd.html#cmd.Cmd.cmdqueue name: cmdqueue @@ -1883,10 +1859,10 @@ references: href: https://docs.python.org/3/library/stdtypes.html#definition.__qualname__ name: __qualname__ uid: definition.__qualname__ -- fullName: distutils.cmd.Command.sub_commands - href: https://docs.python.org/3/distutils/apiref.html#distutils.cmd.Command.sub_commands - name: sub_commands - uid: distutils.cmd.Command.sub_commands +- fullName: definition.__type_params__ + href: https://docs.python.org/3/library/stdtypes.html#definition.__type_params__ + name: __type_params__ + uid: definition.__type_params__ - fullName: doctest.DocTest.docstring href: https://docs.python.org/3/library/doctest.html#doctest.DocTest.docstring name: docstring @@ -2575,6 +2551,10 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader.path name: path uid: importlib.abc.FileLoader.path +- fullName: importlib.abc.Traversable.name + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.name + name: name + uid: importlib.abc.Traversable.name - fullName: importlib.machinery.BYTECODE_SUFFIXES href: https://docs.python.org/3/library/importlib.html#importlib.machinery.BYTECODE_SUFFIXES name: BYTECODE_SUFFIXES @@ -2679,6 +2659,82 @@ references: href: https://docs.python.org/3/library/inspect.html#inspect.BoundArguments.signature name: signature uid: inspect.BoundArguments.signature +- fullName: inspect.BufferFlags.ANY_CONTIGUOUS + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.ANY_CONTIGUOUS + name: ANY_CONTIGUOUS + uid: inspect.BufferFlags.ANY_CONTIGUOUS +- fullName: inspect.BufferFlags.CONTIG + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.CONTIG + name: CONTIG + uid: inspect.BufferFlags.CONTIG +- fullName: inspect.BufferFlags.CONTIG_RO + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.CONTIG_RO + name: CONTIG_RO + uid: inspect.BufferFlags.CONTIG_RO +- fullName: inspect.BufferFlags.C_CONTIGUOUS + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.C_CONTIGUOUS + name: C_CONTIGUOUS + uid: inspect.BufferFlags.C_CONTIGUOUS +- fullName: inspect.BufferFlags.FORMAT + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.FORMAT + name: FORMAT + uid: inspect.BufferFlags.FORMAT +- fullName: inspect.BufferFlags.FULL + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.FULL + name: FULL + uid: inspect.BufferFlags.FULL +- fullName: inspect.BufferFlags.FULL_RO + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.FULL_RO + name: FULL_RO + uid: inspect.BufferFlags.FULL_RO +- fullName: inspect.BufferFlags.F_CONTIGUOUS + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.F_CONTIGUOUS + name: F_CONTIGUOUS + uid: inspect.BufferFlags.F_CONTIGUOUS +- fullName: inspect.BufferFlags.INDIRECT + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.INDIRECT + name: INDIRECT + uid: inspect.BufferFlags.INDIRECT +- fullName: inspect.BufferFlags.ND + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.ND + name: ND + uid: inspect.BufferFlags.ND +- fullName: inspect.BufferFlags.READ + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.READ + name: READ + uid: inspect.BufferFlags.READ +- fullName: inspect.BufferFlags.RECORDS + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.RECORDS + name: RECORDS + uid: inspect.BufferFlags.RECORDS +- fullName: inspect.BufferFlags.RECORDS_RO + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.RECORDS_RO + name: RECORDS_RO + uid: inspect.BufferFlags.RECORDS_RO +- fullName: inspect.BufferFlags.SIMPLE + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.SIMPLE + name: SIMPLE + uid: inspect.BufferFlags.SIMPLE +- fullName: inspect.BufferFlags.STRIDED + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.STRIDED + name: STRIDED + uid: inspect.BufferFlags.STRIDED +- fullName: inspect.BufferFlags.STRIDED_RO + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.STRIDED_RO + name: STRIDED_RO + uid: inspect.BufferFlags.STRIDED_RO +- fullName: inspect.BufferFlags.STRIDES + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.STRIDES + name: STRIDES + uid: inspect.BufferFlags.STRIDES +- fullName: inspect.BufferFlags.WRITABLE + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.WRITABLE + name: WRITABLE + uid: inspect.BufferFlags.WRITABLE +- fullName: inspect.BufferFlags.WRITE + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags.WRITE + name: WRITE + uid: inspect.BufferFlags.WRITE - fullName: inspect.FrameInfo.code_context href: https://docs.python.org/3/library/inspect.html#inspect.FrameInfo.code_context name: code_context @@ -3175,6 +3231,10 @@ references: href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.BaseRotatingHandler.rotator name: rotator uid: logging.handlers.BaseRotatingHandler.rotator +- fullName: logging.handlers.QueueHandler.listener + href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.QueueHandler.listener + name: listener + uid: logging.handlers.QueueHandler.listener - fullName: logging.lastResort href: https://docs.python.org/3/library/logging.html#logging.lastResort name: lastResort @@ -3471,6 +3531,10 @@ references: href: https://docs.python.org/3/library/os.html#os.stat_result.st_birthtime name: st_birthtime uid: os.stat_result.st_birthtime +- fullName: os.stat_result.st_birthtime_ns + href: https://docs.python.org/3/library/os.html#os.stat_result.st_birthtime_ns + name: st_birthtime_ns + uid: os.stat_result.st_birthtime_ns - fullName: os.stat_result.st_blksize href: https://docs.python.org/3/library/os.html#os.stat_result.st_blksize name: st_blksize @@ -3775,6 +3839,10 @@ references: href: https://docs.python.org/3/library/reprlib.html#reprlib.Repr.fillvalue name: fillvalue uid: reprlib.Repr.fillvalue +- fullName: reprlib.Repr.indent + href: https://docs.python.org/3/library/reprlib.html#reprlib.Repr.indent + name: indent + uid: reprlib.Repr.indent - fullName: reprlib.Repr.maxarray href: https://docs.python.org/3/library/reprlib.html#reprlib.Repr.maxarray name: maxarray @@ -3943,54 +4011,6 @@ references: href: https://docs.python.org/3/library/shutil.html#shutil.rmtree.avoids_symlink_attacks name: avoids_symlink_attacks uid: shutil.rmtree.avoids_symlink_attacks -- fullName: smtpd.SMTPChannel.addr - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.addr - name: addr - uid: smtpd.SMTPChannel.addr -- fullName: smtpd.SMTPChannel.conn - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.conn - name: conn - uid: smtpd.SMTPChannel.conn -- fullName: smtpd.SMTPChannel.fqdn - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.fqdn - name: fqdn - uid: smtpd.SMTPChannel.fqdn -- fullName: smtpd.SMTPChannel.mailfrom - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.mailfrom - name: mailfrom - uid: smtpd.SMTPChannel.mailfrom -- fullName: smtpd.SMTPChannel.peer - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.peer - name: peer - uid: smtpd.SMTPChannel.peer -- fullName: smtpd.SMTPChannel.rcpttos - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.rcpttos - name: rcpttos - uid: smtpd.SMTPChannel.rcpttos -- fullName: smtpd.SMTPChannel.received_data - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.received_data - name: received_data - uid: smtpd.SMTPChannel.received_data -- fullName: smtpd.SMTPChannel.received_lines - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.received_lines - name: received_lines - uid: smtpd.SMTPChannel.received_lines -- fullName: smtpd.SMTPChannel.seen_greeting - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.seen_greeting - name: seen_greeting - uid: smtpd.SMTPChannel.seen_greeting -- fullName: smtpd.SMTPChannel.smtp_server - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.smtp_server - name: smtp_server - uid: smtpd.SMTPChannel.smtp_server -- fullName: smtpd.SMTPChannel.smtp_state - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel.smtp_state - name: smtp_state - uid: smtpd.SMTPChannel.smtp_state -- fullName: smtpd.SMTPServer.channel_class - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPServer.channel_class - name: channel_class - uid: smtpd.SMTPServer.channel_class - fullName: socket.socket.family href: https://docs.python.org/3/library/socket.html#socket.socket.family name: family @@ -4003,6 +4023,18 @@ references: href: https://docs.python.org/3/library/socket.html#socket.socket.type name: type uid: socket.socket.type +- fullName: socketserver.BaseRequestHandler.client_address + href: https://docs.python.org/3/library/socketserver.html#socketserver.BaseRequestHandler.client_address + name: client_address + uid: socketserver.BaseRequestHandler.client_address +- fullName: socketserver.BaseRequestHandler.request + href: https://docs.python.org/3/library/socketserver.html#socketserver.BaseRequestHandler.request + name: request + uid: socketserver.BaseRequestHandler.request +- fullName: socketserver.BaseRequestHandler.server + href: https://docs.python.org/3/library/socketserver.html#socketserver.BaseRequestHandler.server + name: server + uid: socketserver.BaseRequestHandler.server - fullName: socketserver.BaseServer.RequestHandlerClass href: https://docs.python.org/3/library/socketserver.html#socketserver.BaseServer.RequestHandlerClass name: RequestHandlerClass @@ -4035,6 +4067,26 @@ references: href: https://docs.python.org/3/library/socketserver.html#socketserver.BaseServer.timeout name: timeout uid: socketserver.BaseServer.timeout +- fullName: socketserver.DatagramRequestHandler.rfile + href: https://docs.python.org/3/library/socketserver.html#socketserver.DatagramRequestHandler.rfile + name: rfile + uid: socketserver.DatagramRequestHandler.rfile +- fullName: socketserver.DatagramRequestHandler.wfile + href: https://docs.python.org/3/library/socketserver.html#socketserver.DatagramRequestHandler.wfile + name: wfile + uid: socketserver.DatagramRequestHandler.wfile +- fullName: socketserver.ThreadingMixIn.block_on_close + href: https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn.block_on_close + name: block_on_close + uid: socketserver.ThreadingMixIn.block_on_close +- fullName: socketserver.ThreadingMixIn.daemon_threads + href: https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingMixIn.daemon_threads + name: daemon_threads + uid: socketserver.ThreadingMixIn.daemon_threads +- fullName: sqlite3.Connection.autocommit + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.autocommit + name: autocommit + uid: sqlite3.Connection.autocommit - fullName: sqlite3.Connection.in_transaction href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.in_transaction name: in_transaction @@ -4707,6 +4759,50 @@ references: href: https://docs.python.org/3/library/threading.html#threading.Thread.native_id name: native_id uid: threading.Thread.native_id +- fullName: time.struct_time.tm_day + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_day + name: tm_day + uid: time.struct_time.tm_day +- fullName: time.struct_time.tm_gmtoff + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_gmtoff + name: tm_gmtoff + uid: time.struct_time.tm_gmtoff +- fullName: time.struct_time.tm_hour + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_hour + name: tm_hour + uid: time.struct_time.tm_hour +- fullName: time.struct_time.tm_isdst + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_isdst + name: tm_isdst + uid: time.struct_time.tm_isdst +- fullName: time.struct_time.tm_min + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_min + name: tm_min + uid: time.struct_time.tm_min +- fullName: time.struct_time.tm_mon + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_mon + name: tm_mon + uid: time.struct_time.tm_mon +- fullName: time.struct_time.tm_sec + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_sec + name: tm_sec + uid: time.struct_time.tm_sec +- fullName: time.struct_time.tm_wday + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_wday + name: tm_wday + uid: time.struct_time.tm_wday +- fullName: time.struct_time.tm_yday + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_yday + name: tm_yday + uid: time.struct_time.tm_yday +- fullName: time.struct_time.tm_year + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_year + name: tm_year + uid: time.struct_time.tm_year +- fullName: time.struct_time.tm_zone + href: https://docs.python.org/3/library/time.html#time.struct_time.tm_zone + name: tm_zone + uid: time.struct_time.tm_zone - fullName: tkinter.Tk.children href: https://docs.python.org/3/library/tkinter.html#tkinter.Tk.children name: children @@ -4919,6 +5015,22 @@ references: href: https://docs.python.org/3/library/typing.html#typing.ParamSpec.kwargs name: kwargs uid: typing.ParamSpec.kwargs +- fullName: typing.TypeAliasType.__module__ + href: https://docs.python.org/3/library/typing.html#typing.TypeAliasType.__module__ + name: __module__ + uid: typing.TypeAliasType.__module__ +- fullName: typing.TypeAliasType.__name__ + href: https://docs.python.org/3/library/typing.html#typing.TypeAliasType.__name__ + name: __name__ + uid: typing.TypeAliasType.__name__ +- fullName: typing.TypeAliasType.__type_params__ + href: https://docs.python.org/3/library/typing.html#typing.TypeAliasType.__type_params__ + name: __type_params__ + uid: typing.TypeAliasType.__type_params__ +- fullName: typing.TypeAliasType.__value__ + href: https://docs.python.org/3/library/typing.html#typing.TypeAliasType.__value__ + name: __value__ + uid: typing.TypeAliasType.__value__ - fullName: typing.TypeVar.__bound__ href: https://docs.python.org/3/library/typing.html#typing.TypeVar.__bound__ name: __bound__ @@ -4935,6 +5047,10 @@ references: href: https://docs.python.org/3/library/typing.html#typing.TypeVar.__covariant__ name: __covariant__ uid: typing.TypeVar.__covariant__ +- fullName: typing.TypeVar.__infer_variance__ + href: https://docs.python.org/3/library/typing.html#typing.TypeVar.__infer_variance__ + name: __infer_variance__ + uid: typing.TypeVar.__infer_variance__ - fullName: typing.TypeVar.__name__ href: https://docs.python.org/3/library/typing.html#typing.TypeVar.__name__ name: __name__ @@ -4999,6 +5115,10 @@ references: href: https://docs.python.org/3/library/unittest.html#unittest.TestResult.buffer name: buffer uid: unittest.TestResult.buffer +- fullName: unittest.TestResult.collectedDurations + href: https://docs.python.org/3/library/unittest.html#unittest.TestResult.collectedDurations + name: collectedDurations + uid: unittest.TestResult.collectedDurations - fullName: unittest.TestResult.errors href: https://docs.python.org/3/library/unittest.html#unittest.TestResult.errors name: errors @@ -5091,6 +5211,10 @@ references: href: https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError.code name: code uid: urllib.error.HTTPError.code +- fullName: urllib.error.HTTPError.fp + href: https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError.fp + name: fp + uid: urllib.error.HTTPError.fp - fullName: urllib.error.HTTPError.headers href: https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError.headers name: headers @@ -5099,6 +5223,10 @@ references: href: https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError.reason name: reason uid: urllib.error.HTTPError.reason +- fullName: urllib.error.HTTPError.url + href: https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError.url + name: url + uid: urllib.error.HTTPError.url - fullName: urllib.error.URLError.reason href: https://docs.python.org/3/library/urllib.error.html#urllib.error.URLError.reason name: reason @@ -5959,38 +6087,6 @@ references: href: https://docs.python.org/3/library/ast.html#ast.NodeVisitor.visit name: visit uid: ast.NodeVisitor.visit -- fullName: asynchat.async_chat.close_when_done - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.close_when_done - name: close_when_done - uid: asynchat.async_chat.close_when_done -- fullName: asynchat.async_chat.collect_incoming_data - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.collect_incoming_data - name: collect_incoming_data - uid: asynchat.async_chat.collect_incoming_data -- fullName: asynchat.async_chat.discard_buffers - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.discard_buffers - name: discard_buffers - uid: asynchat.async_chat.discard_buffers -- fullName: asynchat.async_chat.found_terminator - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.found_terminator - name: found_terminator - uid: asynchat.async_chat.found_terminator -- fullName: asynchat.async_chat.get_terminator - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.get_terminator - name: get_terminator - uid: asynchat.async_chat.get_terminator -- fullName: asynchat.async_chat.push - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.push - name: push - uid: asynchat.async_chat.push -- fullName: asynchat.async_chat.push_with_producer - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.push_with_producer - name: push_with_producer - uid: asynchat.async_chat.push_with_producer -- fullName: asynchat.async_chat.set_terminator - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.set_terminator - name: set_terminator - uid: asynchat.async_chat.set_terminator - fullName: asyncio.AbstractChildWatcher.add_child_handler href: https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher.add_child_handler name: add_child_handler @@ -6203,6 +6299,10 @@ references: href: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Handle.cancelled name: cancelled uid: asyncio.Handle.cancelled +- fullName: asyncio.Handle.get_context + href: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.Handle.get_context + name: get_context + uid: asyncio.Handle.get_context - fullName: asyncio.Lock.acquire href: https://docs.python.org/3/library/asyncio-sync.html#asyncio.Lock.acquire name: acquire @@ -6447,6 +6547,10 @@ references: href: https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.exception name: exception uid: asyncio.Task.exception +- fullName: asyncio.Task.get_context + href: https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_context + name: get_context + uid: asyncio.Task.get_context - fullName: asyncio.Task.get_coro href: https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_coro name: get_coro @@ -6767,78 +6871,6 @@ references: href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.Process.wait name: wait uid: asyncio.subprocess.Process.wait -- fullName: asyncore.dispatcher.accept - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.accept - name: accept - uid: asyncore.dispatcher.accept -- fullName: asyncore.dispatcher.bind - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.bind - name: bind - uid: asyncore.dispatcher.bind -- fullName: asyncore.dispatcher.close - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.close - name: close - uid: asyncore.dispatcher.close -- fullName: asyncore.dispatcher.connect - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.connect - name: connect - uid: asyncore.dispatcher.connect -- fullName: asyncore.dispatcher.create_socket - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.create_socket - name: create_socket - uid: asyncore.dispatcher.create_socket -- fullName: asyncore.dispatcher.handle_accept - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_accept - name: handle_accept - uid: asyncore.dispatcher.handle_accept -- fullName: asyncore.dispatcher.handle_accepted - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_accepted - name: handle_accepted - uid: asyncore.dispatcher.handle_accepted -- fullName: asyncore.dispatcher.handle_close - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_close - name: handle_close - uid: asyncore.dispatcher.handle_close -- fullName: asyncore.dispatcher.handle_connect - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_connect - name: handle_connect - uid: asyncore.dispatcher.handle_connect -- fullName: asyncore.dispatcher.handle_error - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_error - name: handle_error - uid: asyncore.dispatcher.handle_error -- fullName: asyncore.dispatcher.handle_expt - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_expt - name: handle_expt - uid: asyncore.dispatcher.handle_expt -- fullName: asyncore.dispatcher.handle_read - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_read - name: handle_read - uid: asyncore.dispatcher.handle_read -- fullName: asyncore.dispatcher.handle_write - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.handle_write - name: handle_write - uid: asyncore.dispatcher.handle_write -- fullName: asyncore.dispatcher.listen - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.listen - name: listen - uid: asyncore.dispatcher.listen -- fullName: asyncore.dispatcher.readable - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.readable - name: readable - uid: asyncore.dispatcher.readable -- fullName: asyncore.dispatcher.recv - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.recv - name: recv - uid: asyncore.dispatcher.recv -- fullName: asyncore.dispatcher.send - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.send - name: send - uid: asyncore.dispatcher.send -- fullName: asyncore.dispatcher.writable - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher.writable - name: writable - uid: asyncore.dispatcher.writable - fullName: bdb.Bdb.break_anywhere href: https://docs.python.org/3/library/bdb.html#bdb.Bdb.break_anywhere name: break_anywhere @@ -7867,10 +7899,6 @@ references: href: https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read_string name: read_string uid: configparser.ConfigParser.read_string -- fullName: configparser.ConfigParser.readfp - href: https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.readfp - name: readfp - uid: configparser.ConfigParser.readfp - fullName: configparser.ConfigParser.remove_option href: https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.remove_option name: remove_option @@ -9275,202 +9303,6 @@ references: href: https://docs.python.org/3/library/dis.html#dis.Bytecode.info name: info uid: dis.Bytecode.info -- fullName: distutils.ccompiler.CCompiler.add_include_dir - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.add_include_dir - name: add_include_dir - uid: distutils.ccompiler.CCompiler.add_include_dir -- fullName: distutils.ccompiler.CCompiler.add_library - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.add_library - name: add_library - uid: distutils.ccompiler.CCompiler.add_library -- fullName: distutils.ccompiler.CCompiler.add_library_dir - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.add_library_dir - name: add_library_dir - uid: distutils.ccompiler.CCompiler.add_library_dir -- fullName: distutils.ccompiler.CCompiler.add_link_object - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.add_link_object - name: add_link_object - uid: distutils.ccompiler.CCompiler.add_link_object -- fullName: distutils.ccompiler.CCompiler.add_runtime_library_dir - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.add_runtime_library_dir - name: add_runtime_library_dir - uid: distutils.ccompiler.CCompiler.add_runtime_library_dir -- fullName: distutils.ccompiler.CCompiler.announce - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.announce - name: announce - uid: distutils.ccompiler.CCompiler.announce -- fullName: distutils.ccompiler.CCompiler.compile - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.compile - name: compile - uid: distutils.ccompiler.CCompiler.compile -- fullName: distutils.ccompiler.CCompiler.create_static_lib - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.create_static_lib - name: create_static_lib - uid: distutils.ccompiler.CCompiler.create_static_lib -- fullName: distutils.ccompiler.CCompiler.debug_print - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.debug_print - name: debug_print - uid: distutils.ccompiler.CCompiler.debug_print -- fullName: distutils.ccompiler.CCompiler.define_macro - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.define_macro - name: define_macro - uid: distutils.ccompiler.CCompiler.define_macro -- fullName: distutils.ccompiler.CCompiler.detect_language - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.detect_language - name: detect_language - uid: distutils.ccompiler.CCompiler.detect_language -- fullName: distutils.ccompiler.CCompiler.executable_filename - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.executable_filename - name: executable_filename - uid: distutils.ccompiler.CCompiler.executable_filename -- fullName: distutils.ccompiler.CCompiler.execute - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.execute - name: execute - uid: distutils.ccompiler.CCompiler.execute -- fullName: distutils.ccompiler.CCompiler.find_library_file - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.find_library_file - name: find_library_file - uid: distutils.ccompiler.CCompiler.find_library_file -- fullName: distutils.ccompiler.CCompiler.has_function - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.has_function - name: has_function - uid: distutils.ccompiler.CCompiler.has_function -- fullName: distutils.ccompiler.CCompiler.library_dir_option - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.library_dir_option - name: library_dir_option - uid: distutils.ccompiler.CCompiler.library_dir_option -- fullName: distutils.ccompiler.CCompiler.library_filename - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.library_filename - name: library_filename - uid: distutils.ccompiler.CCompiler.library_filename -- fullName: distutils.ccompiler.CCompiler.library_option - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.library_option - name: library_option - uid: distutils.ccompiler.CCompiler.library_option -- fullName: distutils.ccompiler.CCompiler.link - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.link - name: link - uid: distutils.ccompiler.CCompiler.link -- fullName: distutils.ccompiler.CCompiler.link_executable - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.link_executable - name: link_executable - uid: distutils.ccompiler.CCompiler.link_executable -- fullName: distutils.ccompiler.CCompiler.link_shared_lib - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.link_shared_lib - name: link_shared_lib - uid: distutils.ccompiler.CCompiler.link_shared_lib -- fullName: distutils.ccompiler.CCompiler.link_shared_object - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.link_shared_object - name: link_shared_object - uid: distutils.ccompiler.CCompiler.link_shared_object -- fullName: distutils.ccompiler.CCompiler.mkpath - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.mkpath - name: mkpath - uid: distutils.ccompiler.CCompiler.mkpath -- fullName: distutils.ccompiler.CCompiler.move_file - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.move_file - name: move_file - uid: distutils.ccompiler.CCompiler.move_file -- fullName: distutils.ccompiler.CCompiler.object_filenames - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.object_filenames - name: object_filenames - uid: distutils.ccompiler.CCompiler.object_filenames -- fullName: distutils.ccompiler.CCompiler.preprocess - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.preprocess - name: preprocess - uid: distutils.ccompiler.CCompiler.preprocess -- fullName: distutils.ccompiler.CCompiler.runtime_library_dir_option - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.runtime_library_dir_option - name: runtime_library_dir_option - uid: distutils.ccompiler.CCompiler.runtime_library_dir_option -- fullName: distutils.ccompiler.CCompiler.set_executables - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_executables - name: set_executables - uid: distutils.ccompiler.CCompiler.set_executables -- fullName: distutils.ccompiler.CCompiler.set_include_dirs - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_include_dirs - name: set_include_dirs - uid: distutils.ccompiler.CCompiler.set_include_dirs -- fullName: distutils.ccompiler.CCompiler.set_libraries - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_libraries - name: set_libraries - uid: distutils.ccompiler.CCompiler.set_libraries -- fullName: distutils.ccompiler.CCompiler.set_library_dirs - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_library_dirs - name: set_library_dirs - uid: distutils.ccompiler.CCompiler.set_library_dirs -- fullName: distutils.ccompiler.CCompiler.set_link_objects - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_link_objects - name: set_link_objects - uid: distutils.ccompiler.CCompiler.set_link_objects -- fullName: distutils.ccompiler.CCompiler.set_runtime_library_dirs - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.set_runtime_library_dirs - name: set_runtime_library_dirs - uid: distutils.ccompiler.CCompiler.set_runtime_library_dirs -- fullName: distutils.ccompiler.CCompiler.shared_object_filename - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.shared_object_filename - name: shared_object_filename - uid: distutils.ccompiler.CCompiler.shared_object_filename -- fullName: distutils.ccompiler.CCompiler.spawn - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.spawn - name: spawn - uid: distutils.ccompiler.CCompiler.spawn -- fullName: distutils.ccompiler.CCompiler.undefine_macro - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.undefine_macro - name: undefine_macro - uid: distutils.ccompiler.CCompiler.undefine_macro -- fullName: distutils.ccompiler.CCompiler.warn - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler.warn - name: warn - uid: distutils.ccompiler.CCompiler.warn -- fullName: distutils.cmd.Command.finalize_options - href: https://docs.python.org/3/distutils/apiref.html#distutils.cmd.Command.finalize_options - name: finalize_options - uid: distutils.cmd.Command.finalize_options -- fullName: distutils.cmd.Command.initialize_options - href: https://docs.python.org/3/distutils/apiref.html#distutils.cmd.Command.initialize_options - name: initialize_options - uid: distutils.cmd.Command.initialize_options -- fullName: distutils.cmd.Command.run - href: https://docs.python.org/3/distutils/apiref.html#distutils.cmd.Command.run - name: run - uid: distutils.cmd.Command.run -- fullName: distutils.fancy_getopt.FancyGetopt.generate_help - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.generate_help - name: generate_help - uid: distutils.fancy_getopt.FancyGetopt.generate_help -- fullName: distutils.fancy_getopt.FancyGetopt.get_option_order - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.get_option_order - name: get_option_order - uid: distutils.fancy_getopt.FancyGetopt.get_option_order -- fullName: distutils.fancy_getopt.FancyGetopt.getopt - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.FancyGetopt.getopt - name: getopt - uid: distutils.fancy_getopt.FancyGetopt.getopt -- fullName: distutils.text_file.TextFile.close - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.close - name: close - uid: distutils.text_file.TextFile.close -- fullName: distutils.text_file.TextFile.open - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.open - name: open - uid: distutils.text_file.TextFile.open -- fullName: distutils.text_file.TextFile.readline - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.readline - name: readline - uid: distutils.text_file.TextFile.readline -- fullName: distutils.text_file.TextFile.readlines - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.readlines - name: readlines - uid: distutils.text_file.TextFile.readlines -- fullName: distutils.text_file.TextFile.unreadline - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.unreadline - name: unreadline - uid: distutils.text_file.TextFile.unreadline -- fullName: distutils.text_file.TextFile.warn - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile.warn - name: warn - uid: distutils.text_file.TextFile.warn - fullName: doctest.DocTestFinder.find href: https://docs.python.org/3/library/doctest.html#doctest.DocTestFinder.find name: find @@ -10139,10 +9971,6 @@ references: href: https://docs.python.org/3/library/enum.html#enum.EnumType.__dir__ name: __dir__ uid: enum.EnumType.__dir__ -- fullName: enum.EnumType.__getattr__ - href: https://docs.python.org/3/library/enum.html#enum.EnumType.__getattr__ - name: __getattr__ - uid: enum.EnumType.__getattr__ - fullName: enum.EnumType.__getitem__ href: https://docs.python.org/3/library/enum.html#enum.EnumType.__getitem__ name: __getitem__ @@ -10215,6 +10043,10 @@ references: href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.__floor__ name: __floor__ uid: fractions.Fraction.__floor__ +- fullName: fractions.Fraction.__format__ + href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.__format__ + name: __format__ + uid: fractions.Fraction.__format__ - fullName: fractions.Fraction.__round__ href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.__round__ name: __round__ @@ -10231,6 +10063,10 @@ references: href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.from_float name: from_float uid: fractions.Fraction.from_float +- fullName: fractions.Fraction.is_integer + href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.is_integer + name: is_integer + uid: fractions.Fraction.is_integer - fullName: fractions.Fraction.limit_denominator href: https://docs.python.org/3/library/fractions.html#fractions.Fraction.limit_denominator name: limit_denominator @@ -10635,6 +10471,10 @@ references: href: https://docs.python.org/3/library/http.client.html#http.client.HTTPConnection.endheaders name: endheaders uid: http.client.HTTPConnection.endheaders +- fullName: http.client.HTTPConnection.get_proxy_response_headers + href: https://docs.python.org/3/library/http.client.html#http.client.HTTPConnection.get_proxy_response_headers + name: get_proxy_response_headers + uid: http.client.HTTPConnection.get_proxy_response_headers - fullName: http.client.HTTPConnection.getresponse href: https://docs.python.org/3/library/http.client.html#http.client.HTTPConnection.getresponse name: getresponse @@ -11119,10 +10959,6 @@ references: href: https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.xatom name: xatom uid: imaplib.IMAP4.xatom -- fullName: imp.NullImporter.find_module - href: https://docs.python.org/3/library/imp.html#imp.NullImporter.find_module - name: find_module - uid: imp.NullImporter.find_module - fullName: importlib.abc.ExecutionLoader.get_filename href: https://docs.python.org/3/library/importlib.html#importlib.abc.ExecutionLoader.get_filename name: get_filename @@ -11139,10 +10975,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader.load_module name: load_module uid: importlib.abc.FileLoader.load_module -- fullName: importlib.abc.Finder.find_module - href: https://docs.python.org/3/library/importlib.html#importlib.abc.Finder.find_module - name: find_module - uid: importlib.abc.Finder.find_module - fullName: importlib.abc.InspectLoader.exec_module href: https://docs.python.org/3/library/importlib.html#importlib.abc.InspectLoader.exec_module name: exec_module @@ -11179,14 +11011,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module name: load_module uid: importlib.abc.Loader.load_module -- fullName: importlib.abc.Loader.module_repr - href: https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.module_repr - name: module_repr - uid: importlib.abc.Loader.module_repr -- fullName: importlib.abc.MetaPathFinder.find_module - href: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_module - name: find_module - uid: importlib.abc.MetaPathFinder.find_module - fullName: importlib.abc.MetaPathFinder.find_spec href: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec name: find_spec @@ -11195,14 +11019,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.invalidate_caches name: invalidate_caches uid: importlib.abc.MetaPathFinder.invalidate_caches -- fullName: importlib.abc.PathEntryFinder.find_loader - href: https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_loader - name: find_loader - uid: importlib.abc.PathEntryFinder.find_loader -- fullName: importlib.abc.PathEntryFinder.find_module - href: https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_module - name: find_module - uid: importlib.abc.PathEntryFinder.find_module - fullName: importlib.abc.PathEntryFinder.find_spec href: https://docs.python.org/3/library/importlib.html#importlib.abc.PathEntryFinder.find_spec name: find_spec @@ -11215,6 +11031,22 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader.get_data name: get_data uid: importlib.abc.ResourceLoader.get_data +- fullName: importlib.abc.ResourceReader.contents + href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.contents + name: contents + uid: importlib.abc.ResourceReader.contents +- fullName: importlib.abc.ResourceReader.is_resource + href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.is_resource + name: is_resource + uid: importlib.abc.ResourceReader.is_resource +- fullName: importlib.abc.ResourceReader.open_resource + href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.open_resource + name: open_resource + uid: importlib.abc.ResourceReader.open_resource +- fullName: importlib.abc.ResourceReader.resource_path + href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader.resource_path + name: resource_path + uid: importlib.abc.ResourceReader.resource_path - fullName: importlib.abc.SourceLoader.exec_module href: https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.exec_module name: exec_module @@ -11247,6 +11079,42 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.set_data name: set_data uid: importlib.abc.SourceLoader.set_data +- fullName: importlib.abc.Traversable.__truediv__ + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.__truediv__ + name: __truediv__ + uid: importlib.abc.Traversable.__truediv__ +- fullName: importlib.abc.Traversable.is_dir + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.is_dir + name: is_dir + uid: importlib.abc.Traversable.is_dir +- fullName: importlib.abc.Traversable.is_file + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.is_file + name: is_file + uid: importlib.abc.Traversable.is_file +- fullName: importlib.abc.Traversable.iterdir + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.iterdir + name: iterdir + uid: importlib.abc.Traversable.iterdir +- fullName: importlib.abc.Traversable.joinpath + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.joinpath + name: joinpath + uid: importlib.abc.Traversable.joinpath +- fullName: importlib.abc.Traversable.open + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.open + name: open + uid: importlib.abc.Traversable.open +- fullName: importlib.abc.Traversable.read_bytes + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.read_bytes + name: read_bytes + uid: importlib.abc.Traversable.read_bytes +- fullName: importlib.abc.Traversable.read_text + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable.read_text + name: read_text + uid: importlib.abc.Traversable.read_text +- fullName: importlib.abc.TraversableResources.files + href: https://docs.python.org/3/library/importlib.html#importlib.abc.TraversableResources.files + name: files + uid: importlib.abc.TraversableResources.files - fullName: importlib.machinery.ExtensionFileLoader.create_module href: https://docs.python.org/3/library/importlib.html#importlib.machinery.ExtensionFileLoader.create_module name: create_module @@ -11271,10 +11139,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.machinery.ExtensionFileLoader.is_package name: is_package uid: importlib.machinery.ExtensionFileLoader.is_package -- fullName: importlib.machinery.FileFinder.find_loader - href: https://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder.find_loader - name: find_loader - uid: importlib.machinery.FileFinder.find_loader - fullName: importlib.machinery.FileFinder.find_spec href: https://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder.find_spec name: find_spec @@ -11287,10 +11151,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder.path_hook name: path_hook uid: importlib.machinery.FileFinder.path_hook -- fullName: importlib.machinery.PathFinder.find_module - href: https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_module - name: find_module - uid: importlib.machinery.PathFinder.find_module - fullName: importlib.machinery.PathFinder.find_spec href: https://docs.python.org/3/library/importlib.html#importlib.machinery.PathFinder.find_spec name: find_spec @@ -11427,6 +11287,10 @@ references: href: https://docs.python.org/3/library/stdtypes.html#int.from_bytes name: from_bytes uid: int.from_bytes +- fullName: int.is_integer + href: https://docs.python.org/3/library/stdtypes.html#int.is_integer + name: is_integer + uid: int.is_integer - fullName: int.to_bytes href: https://docs.python.org/3/library/stdtypes.html#int.to_bytes name: to_bytes @@ -11851,6 +11715,10 @@ references: href: https://docs.python.org/3/library/logging.html#logging.Logger.getChild name: getChild uid: logging.Logger.getChild +- fullName: logging.Logger.getChildren + href: https://docs.python.org/3/library/logging.html#logging.Logger.getChildren + name: getChildren + uid: logging.Logger.getChildren - fullName: logging.Logger.getEffectiveLevel href: https://docs.python.org/3/library/logging.html#logging.Logger.getEffectiveLevel name: getEffectiveLevel @@ -13279,6 +13147,10 @@ references: href: https://docs.python.org/3/reference/datamodel.html#object.__bool__ name: __bool__ uid: object.__bool__ +- fullName: object.__buffer__ + href: https://docs.python.org/3/reference/datamodel.html#object.__buffer__ + name: __buffer__ + uid: object.__buffer__ - fullName: object.__bytes__ href: https://docs.python.org/3/reference/datamodel.html#object.__bytes__ name: __bytes__ @@ -13555,6 +13427,10 @@ references: href: https://docs.python.org/3/library/pickle.html#object.__reduce_ex__ name: __reduce_ex__ uid: object.__reduce_ex__ +- fullName: object.__release_buffer__ + href: https://docs.python.org/3/reference/datamodel.html#object.__release_buffer__ + name: __release_buffer__ + uid: object.__release_buffer__ - fullName: object.__repr__ href: https://docs.python.org/3/reference/datamodel.html#object.__repr__ name: __repr__ @@ -13723,6 +13599,10 @@ references: href: https://docs.python.org/3/library/os.html#os.DirEntry.is_file name: is_file uid: os.DirEntry.is_file +- fullName: os.DirEntry.is_junction + href: https://docs.python.org/3/library/os.html#os.DirEntry.is_junction + name: is_junction + uid: os.DirEntry.is_junction - fullName: os.DirEntry.is_symlink href: https://docs.python.org/3/library/os.html#os.DirEntry.is_symlink name: is_symlink @@ -13899,6 +13779,10 @@ references: href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.is_file name: is_file uid: pathlib.Path.is_file +- fullName: pathlib.Path.is_junction + href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.is_junction + name: is_junction + uid: pathlib.Path.is_junction - fullName: pathlib.Path.is_mount href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.is_mount name: is_mount @@ -13919,10 +13803,6 @@ references: href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.lchmod name: lchmod uid: pathlib.Path.lchmod -- fullName: pathlib.Path.link_to - href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.link_to - name: link_to - uid: pathlib.Path.link_to - fullName: pathlib.Path.lstat href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.lstat name: lstat @@ -13991,6 +13871,10 @@ references: href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.unlink name: unlink uid: pathlib.Path.unlink +- fullName: pathlib.Path.walk + href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.walk + name: walk + uid: pathlib.Path.walk - fullName: pathlib.Path.write_bytes href: https://docs.python.org/3/library/pathlib.html#pathlib.Path.write_bytes name: write_bytes @@ -14035,6 +13919,10 @@ references: href: https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_name name: with_name uid: pathlib.PurePath.with_name +- fullName: pathlib.PurePath.with_segments + href: https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_segments + name: with_segments + uid: pathlib.PurePath.with_segments - fullName: pathlib.PurePath.with_stem href: https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.with_stem name: with_stem @@ -14599,10 +14487,6 @@ references: href: https://docs.python.org/3/reference/datamodel.html#slice.indices name: indices uid: slice.indices -- fullName: smtpd.SMTPServer.process_message - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPServer.process_message - name: process_message - uid: smtpd.SMTPServer.process_message - fullName: smtplib.SMTP.auth href: https://docs.python.org/3/library/smtplib.html#smtplib.SMTP.auth name: auth @@ -14943,6 +14827,10 @@ references: href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.executescript name: executescript uid: sqlite3.Connection.executescript +- fullName: sqlite3.Connection.getconfig + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.getconfig + name: getconfig + uid: sqlite3.Connection.getconfig - fullName: sqlite3.Connection.getlimit href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.getlimit name: getlimit @@ -14979,6 +14867,10 @@ references: href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.set_trace_callback name: set_trace_callback uid: sqlite3.Connection.set_trace_callback +- fullName: sqlite3.Connection.setconfig + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.setconfig + name: setconfig + uid: sqlite3.Connection.setconfig - fullName: sqlite3.Connection.setlimit href: https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection.setlimit name: setlimit @@ -15863,10 +15755,6 @@ references: href: https://docs.python.org/3/library/telnetlib.html#telnetlib.Telnet.write name: write uid: telnetlib.Telnet.write -- fullName: test.support.BasicTestRunner.run - href: https://docs.python.org/3/library/test.html#test.support.BasicTestRunner.run - name: run - uid: test.support.BasicTestRunner.run - fullName: test.support.Matcher.match_value href: https://docs.python.org/3/library/test.html#test.support.Matcher.match_value name: match_value @@ -16855,6 +16743,10 @@ references: href: https://docs.python.org/3/library/unittest.html#unittest.TestLoader.loadTestsFromTestCase name: loadTestsFromTestCase uid: unittest.TestLoader.loadTestsFromTestCase +- fullName: unittest.TestResult.addDuration + href: https://docs.python.org/3/library/unittest.html#unittest.TestResult.addDuration + name: addDuration + uid: unittest.TestResult.addDuration - fullName: unittest.TestResult.addError href: https://docs.python.org/3/library/unittest.html#unittest.TestResult.addError name: addError @@ -18543,14 +18435,6 @@ references: href: https://docs.python.org/3/library/zipimport.html#zipimport.zipimporter.exec_module name: exec_module uid: zipimport.zipimporter.exec_module -- fullName: zipimport.zipimporter.find_loader - href: https://docs.python.org/3/library/zipimport.html#zipimport.zipimporter.find_loader - name: find_loader - uid: zipimport.zipimporter.find_loader -- fullName: zipimport.zipimporter.find_module - href: https://docs.python.org/3/library/zipimport.html#zipimport.zipimporter.find_module - name: find_module - uid: zipimport.zipimporter.find_module - fullName: zipimport.zipimporter.find_spec href: https://docs.python.org/3/library/zipimport.html#zipimport.zipimporter.find_spec name: find_spec @@ -18667,14 +18551,6 @@ references: href: https://docs.python.org/3/library/ast.html#ast.PyCF_TYPE_COMMENTS name: PyCF_TYPE_COMMENTS uid: ast.PyCF_TYPE_COMMENTS -- fullName: asynchat.async_chat.ac_in_buffer_size - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.ac_in_buffer_size - name: ac_in_buffer_size - uid: asynchat.async_chat.ac_in_buffer_size -- fullName: asynchat.async_chat.ac_out_buffer_size - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat.ac_out_buffer_size - name: ac_out_buffer_size - uid: asynchat.async_chat.ac_out_buffer_size - fullName: asyncio.subprocess.DEVNULL href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.DEVNULL name: DEVNULL @@ -18687,18 +18563,66 @@ references: href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.STDOUT name: STDOUT uid: asyncio.subprocess.STDOUT +- fullName: calendar.APRIL + href: https://docs.python.org/3/library/calendar.html#calendar.APRIL + name: APRIL + uid: calendar.APRIL +- fullName: calendar.AUGUST + href: https://docs.python.org/3/library/calendar.html#calendar.AUGUST + name: AUGUST + uid: calendar.AUGUST +- fullName: calendar.DECEMBER + href: https://docs.python.org/3/library/calendar.html#calendar.DECEMBER + name: DECEMBER + uid: calendar.DECEMBER +- fullName: calendar.FEBRUARY + href: https://docs.python.org/3/library/calendar.html#calendar.FEBRUARY + name: FEBRUARY + uid: calendar.FEBRUARY - fullName: calendar.FRIDAY href: https://docs.python.org/3/library/calendar.html#calendar.FRIDAY name: FRIDAY uid: calendar.FRIDAY +- fullName: calendar.JANUARY + href: https://docs.python.org/3/library/calendar.html#calendar.JANUARY + name: JANUARY + uid: calendar.JANUARY +- fullName: calendar.JULY + href: https://docs.python.org/3/library/calendar.html#calendar.JULY + name: JULY + uid: calendar.JULY +- fullName: calendar.JUNE + href: https://docs.python.org/3/library/calendar.html#calendar.JUNE + name: JUNE + uid: calendar.JUNE +- fullName: calendar.MARCH + href: https://docs.python.org/3/library/calendar.html#calendar.MARCH + name: MARCH + uid: calendar.MARCH +- fullName: calendar.MAY + href: https://docs.python.org/3/library/calendar.html#calendar.MAY + name: MAY + uid: calendar.MAY - fullName: calendar.MONDAY href: https://docs.python.org/3/library/calendar.html#calendar.MONDAY name: MONDAY uid: calendar.MONDAY +- fullName: calendar.NOVEMBER + href: https://docs.python.org/3/library/calendar.html#calendar.NOVEMBER + name: NOVEMBER + uid: calendar.NOVEMBER +- fullName: calendar.OCTOBER + href: https://docs.python.org/3/library/calendar.html#calendar.OCTOBER + name: OCTOBER + uid: calendar.OCTOBER - fullName: calendar.SATURDAY href: https://docs.python.org/3/library/calendar.html#calendar.SATURDAY name: SATURDAY uid: calendar.SATURDAY +- fullName: calendar.SEPTEMBER + href: https://docs.python.org/3/library/calendar.html#calendar.SEPTEMBER + name: SEPTEMBER + uid: calendar.SEPTEMBER - fullName: calendar.SUNDAY href: https://docs.python.org/3/library/calendar.html#calendar.SUNDAY name: SUNDAY @@ -18847,6 +18771,14 @@ references: href: https://docs.python.org/3/library/csv.html#csv.QUOTE_NONNUMERIC name: QUOTE_NONNUMERIC uid: csv.QUOTE_NONNUMERIC +- fullName: csv.QUOTE_NOTNULL + href: https://docs.python.org/3/library/csv.html#csv.QUOTE_NOTNULL + name: QUOTE_NOTNULL + uid: csv.QUOTE_NOTNULL +- fullName: csv.QUOTE_STRINGS + href: https://docs.python.org/3/library/csv.html#csv.QUOTE_STRINGS + name: QUOTE_STRINGS + uid: csv.QUOTE_STRINGS - fullName: curses.ACS_BBSS href: https://docs.python.org/3/library/curses.html#curses.ACS_BBSS name: ACS_BBSS @@ -19863,6 +19795,10 @@ references: href: https://docs.python.org/3/library/dis.html#dis.cmp_op name: cmp_op uid: dis.cmp_op +- fullName: dis.hasarg + href: https://docs.python.org/3/library/dis.html#dis.hasarg + name: hasarg + uid: dis.hasarg - fullName: dis.hascompare href: https://docs.python.org/3/library/dis.html#dis.hascompare name: hascompare @@ -19871,6 +19807,10 @@ references: href: https://docs.python.org/3/library/dis.html#dis.hasconst name: hasconst uid: dis.hasconst +- fullName: dis.hasexc + href: https://docs.python.org/3/library/dis.html#dis.hasexc + name: hasexc + uid: dis.hasexc - fullName: dis.hasfree href: https://docs.python.org/3/library/dis.html#dis.hasfree name: hasfree @@ -19899,14 +19839,6 @@ references: href: https://docs.python.org/3/library/dis.html#dis.opname name: opname uid: dis.opname -- fullName: distutils.sysconfig.EXEC_PREFIX - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.EXEC_PREFIX - name: EXEC_PREFIX - uid: distutils.sysconfig.EXEC_PREFIX -- fullName: distutils.sysconfig.PREFIX - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.PREFIX - name: PREFIX - uid: distutils.sysconfig.PREFIX - fullName: doctest.COMPARISON_FLAGS href: https://docs.python.org/3/library/doctest.html#doctest.COMPARISON_FLAGS name: COMPARISON_FLAGS @@ -20619,30 +20551,10 @@ references: href: https://docs.python.org/3/library/imghdr.html#imghdr.tests name: tests uid: imghdr.tests -- fullName: imp.C_BUILTIN - href: https://docs.python.org/3/library/imp.html#imp.C_BUILTIN - name: C_BUILTIN - uid: imp.C_BUILTIN -- fullName: imp.C_EXTENSION - href: https://docs.python.org/3/library/imp.html#imp.C_EXTENSION - name: C_EXTENSION - uid: imp.C_EXTENSION -- fullName: imp.PKG_DIRECTORY - href: https://docs.python.org/3/library/imp.html#imp.PKG_DIRECTORY - name: PKG_DIRECTORY - uid: imp.PKG_DIRECTORY -- fullName: imp.PY_COMPILED - href: https://docs.python.org/3/library/imp.html#imp.PY_COMPILED - name: PY_COMPILED - uid: imp.PY_COMPILED -- fullName: imp.PY_FROZEN - href: https://docs.python.org/3/library/imp.html#imp.PY_FROZEN - name: PY_FROZEN - uid: imp.PY_FROZEN -- fullName: imp.PY_SOURCE - href: https://docs.python.org/3/library/imp.html#imp.PY_SOURCE - name: PY_SOURCE - uid: imp.PY_SOURCE +- fullName: importlib.resources.Anchor + href: https://docs.python.org/3/library/importlib.resources.html#importlib.resources.Anchor + name: Anchor + uid: importlib.resources.Anchor - fullName: importlib.resources.Package href: https://docs.python.org/3/library/importlib.resources.html#importlib.resources.Package name: Package @@ -20963,6 +20875,10 @@ references: href: https://docs.python.org/3/library/mmap.html#mmap.MADV_WILLNEED name: MADV_WILLNEED uid: mmap.MADV_WILLNEED +- fullName: mmap.MAP_ALIGNED_SUPER + href: https://docs.python.org/3/library/mmap.html#mmap.MAP_ALIGNED_SUPER + name: MAP_ALIGNED_SUPER + uid: mmap.MAP_ALIGNED_SUPER - fullName: mmap.MAP_ANON href: https://docs.python.org/3/library/mmap.html#mmap.MAP_ANON name: MAP_ANON @@ -20971,6 +20887,10 @@ references: href: https://docs.python.org/3/library/mmap.html#mmap.MAP_ANONYMOUS name: MAP_ANONYMOUS uid: mmap.MAP_ANONYMOUS +- fullName: mmap.MAP_CONCEAL + href: https://docs.python.org/3/library/mmap.html#mmap.MAP_CONCEAL + name: MAP_CONCEAL + uid: mmap.MAP_CONCEAL - fullName: mmap.MAP_DENYWRITE href: https://docs.python.org/3/library/mmap.html#mmap.MAP_DENYWRITE name: MAP_DENYWRITE @@ -21059,6 +20979,62 @@ references: href: https://docs.python.org/3/library/os.html#os.CLD_TRAPPED name: CLD_TRAPPED uid: os.CLD_TRAPPED +- fullName: os.CLONE_FILES + href: https://docs.python.org/3/library/os.html#os.CLONE_FILES + name: CLONE_FILES + uid: os.CLONE_FILES +- fullName: os.CLONE_FS + href: https://docs.python.org/3/library/os.html#os.CLONE_FS + name: CLONE_FS + uid: os.CLONE_FS +- fullName: os.CLONE_NEWCGROUP + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWCGROUP + name: CLONE_NEWCGROUP + uid: os.CLONE_NEWCGROUP +- fullName: os.CLONE_NEWIPC + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWIPC + name: CLONE_NEWIPC + uid: os.CLONE_NEWIPC +- fullName: os.CLONE_NEWNET + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWNET + name: CLONE_NEWNET + uid: os.CLONE_NEWNET +- fullName: os.CLONE_NEWNS + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWNS + name: CLONE_NEWNS + uid: os.CLONE_NEWNS +- fullName: os.CLONE_NEWPID + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWPID + name: CLONE_NEWPID + uid: os.CLONE_NEWPID +- fullName: os.CLONE_NEWTIME + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWTIME + name: CLONE_NEWTIME + uid: os.CLONE_NEWTIME +- fullName: os.CLONE_NEWUSER + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWUSER + name: CLONE_NEWUSER + uid: os.CLONE_NEWUSER +- fullName: os.CLONE_NEWUTS + href: https://docs.python.org/3/library/os.html#os.CLONE_NEWUTS + name: CLONE_NEWUTS + uid: os.CLONE_NEWUTS +- fullName: os.CLONE_SIGHAND + href: https://docs.python.org/3/library/os.html#os.CLONE_SIGHAND + name: CLONE_SIGHAND + uid: os.CLONE_SIGHAND +- fullName: os.CLONE_SYSVSEM + href: https://docs.python.org/3/library/os.html#os.CLONE_SYSVSEM + name: CLONE_SYSVSEM + uid: os.CLONE_SYSVSEM +- fullName: os.CLONE_THREAD + href: https://docs.python.org/3/library/os.html#os.CLONE_THREAD + name: CLONE_THREAD + uid: os.CLONE_THREAD +- fullName: os.CLONE_VM + href: https://docs.python.org/3/library/os.html#os.CLONE_VM + name: CLONE_VM + uid: os.CLONE_VM - fullName: os.EFD_CLOEXEC href: https://docs.python.org/3/library/os.html#os.EFD_CLOEXEC name: EFD_CLOEXEC @@ -21371,6 +21347,10 @@ references: href: https://docs.python.org/3/library/os.html#os.O_WRONLY name: O_WRONLY uid: os.O_WRONLY +- fullName: os.PIDFD_NONBLOCK + href: https://docs.python.org/3/library/os.html#os.PIDFD_NONBLOCK + name: PIDFD_NONBLOCK + uid: os.PIDFD_NONBLOCK - fullName: os.POSIX_FADV_DONTNEED href: https://docs.python.org/3/library/os.html#os.POSIX_FADV_DONTNEED name: POSIX_FADV_DONTNEED @@ -21407,6 +21387,22 @@ references: href: https://docs.python.org/3/library/os.html#os.POSIX_SPAWN_OPEN name: POSIX_SPAWN_OPEN uid: os.POSIX_SPAWN_OPEN +- fullName: os.PRIO_DARWIN_BG + href: https://docs.python.org/3/library/os.html#os.PRIO_DARWIN_BG + name: PRIO_DARWIN_BG + uid: os.PRIO_DARWIN_BG +- fullName: os.PRIO_DARWIN_NONUI + href: https://docs.python.org/3/library/os.html#os.PRIO_DARWIN_NONUI + name: PRIO_DARWIN_NONUI + uid: os.PRIO_DARWIN_NONUI +- fullName: os.PRIO_DARWIN_PROCESS + href: https://docs.python.org/3/library/os.html#os.PRIO_DARWIN_PROCESS + name: PRIO_DARWIN_PROCESS + uid: os.PRIO_DARWIN_PROCESS +- fullName: os.PRIO_DARWIN_THREAD + href: https://docs.python.org/3/library/os.html#os.PRIO_DARWIN_THREAD + name: PRIO_DARWIN_THREAD + uid: os.PRIO_DARWIN_THREAD - fullName: os.PRIO_PGRP href: https://docs.python.org/3/library/os.html#os.PRIO_PGRP name: PRIO_PGRP @@ -22063,6 +22059,14 @@ references: href: https://docs.python.org/3/library/socket.html#socket.AF_CAN name: AF_CAN uid: socket.AF_CAN +- fullName: socket.AF_DIVERT + href: https://docs.python.org/3/library/socket.html#socket.AF_DIVERT + name: AF_DIVERT + uid: socket.AF_DIVERT +- fullName: socket.AF_HYPERV + href: https://docs.python.org/3/library/socket.html#socket.AF_HYPERV + name: AF_HYPERV + uid: socket.AF_HYPERV - fullName: socket.AF_INET href: https://docs.python.org/3/library/socket.html#socket.AF_INET name: AF_INET @@ -22123,6 +22127,26 @@ references: href: https://docs.python.org/3/library/socket.html#socket.CAN_RAW_JOIN_FILTERS name: CAN_RAW_JOIN_FILTERS uid: socket.CAN_RAW_JOIN_FILTERS +- fullName: socket.ETHERTYPE_ARP + href: https://docs.python.org/3/library/socket.html#socket.ETHERTYPE_ARP + name: ETHERTYPE_ARP + uid: socket.ETHERTYPE_ARP +- fullName: socket.ETHERTYPE_IP + href: https://docs.python.org/3/library/socket.html#socket.ETHERTYPE_IP + name: ETHERTYPE_IP + uid: socket.ETHERTYPE_IP +- fullName: socket.ETHERTYPE_IPV6 + href: https://docs.python.org/3/library/socket.html#socket.ETHERTYPE_IPV6 + name: ETHERTYPE_IPV6 + uid: socket.ETHERTYPE_IPV6 +- fullName: socket.ETHERTYPE_VLAN + href: https://docs.python.org/3/library/socket.html#socket.ETHERTYPE_VLAN + name: ETHERTYPE_VLAN + uid: socket.ETHERTYPE_VLAN +- fullName: socket.ETH_P_ALL + href: https://docs.python.org/3/library/socket.html#socket.ETH_P_ALL + name: ETH_P_ALL + uid: socket.ETH_P_ALL - fullName: socket.HCI_DATA_DIR href: https://docs.python.org/3/library/socket.html#socket.HCI_DATA_DIR name: HCI_DATA_DIR @@ -22135,6 +22159,50 @@ references: href: https://docs.python.org/3/library/socket.html#socket.HCI_TIME_STAMP name: HCI_TIME_STAMP uid: socket.HCI_TIME_STAMP +- fullName: socket.HVSOCKET_ADDRESS_FLAG_PASSTHRU + href: https://docs.python.org/3/library/socket.html#socket.HVSOCKET_ADDRESS_FLAG_PASSTHRU + name: HVSOCKET_ADDRESS_FLAG_PASSTHRU + uid: socket.HVSOCKET_ADDRESS_FLAG_PASSTHRU +- fullName: socket.HVSOCKET_CONNECTED_SUSPEND + href: https://docs.python.org/3/library/socket.html#socket.HVSOCKET_CONNECTED_SUSPEND + name: HVSOCKET_CONNECTED_SUSPEND + uid: socket.HVSOCKET_CONNECTED_SUSPEND +- fullName: socket.HVSOCKET_CONNECT_TIMEOUT + href: https://docs.python.org/3/library/socket.html#socket.HVSOCKET_CONNECT_TIMEOUT + name: HVSOCKET_CONNECT_TIMEOUT + uid: socket.HVSOCKET_CONNECT_TIMEOUT +- fullName: socket.HVSOCKET_CONNECT_TIMEOUT_MAX + href: https://docs.python.org/3/library/socket.html#socket.HVSOCKET_CONNECT_TIMEOUT_MAX + name: HVSOCKET_CONNECT_TIMEOUT_MAX + uid: socket.HVSOCKET_CONNECT_TIMEOUT_MAX +- fullName: socket.HV_GUID_BROADCAST + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_BROADCAST + name: HV_GUID_BROADCAST + uid: socket.HV_GUID_BROADCAST +- fullName: socket.HV_GUID_CHILDREN + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_CHILDREN + name: HV_GUID_CHILDREN + uid: socket.HV_GUID_CHILDREN +- fullName: socket.HV_GUID_LOOPBACK + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_LOOPBACK + name: HV_GUID_LOOPBACK + uid: socket.HV_GUID_LOOPBACK +- fullName: socket.HV_GUID_PARENT + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_PARENT + name: HV_GUID_PARENT + uid: socket.HV_GUID_PARENT +- fullName: socket.HV_GUID_WILDCARD + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_WILDCARD + name: HV_GUID_WILDCARD + uid: socket.HV_GUID_WILDCARD +- fullName: socket.HV_GUID_ZERO + href: https://docs.python.org/3/library/socket.html#socket.HV_GUID_ZERO + name: HV_GUID_ZERO + uid: socket.HV_GUID_ZERO +- fullName: socket.HV_PROTOCOL_RAW + href: https://docs.python.org/3/library/socket.html#socket.HV_PROTOCOL_RAW + name: HV_PROTOCOL_RAW + uid: socket.HV_PROTOCOL_RAW - fullName: socket.IOCTL_VM_SOCKETS_GET_LOCAL_CID href: https://docs.python.org/3/library/socket.html#socket.IOCTL_VM_SOCKETS_GET_LOCAL_CID name: IOCTL_VM_SOCKETS_GET_LOCAL_CID @@ -22151,6 +22219,10 @@ references: href: https://docs.python.org/3/library/socket.html#socket.PF_CAN name: PF_CAN uid: socket.PF_CAN +- fullName: socket.PF_DIVERT + href: https://docs.python.org/3/library/socket.html#socket.PF_DIVERT + name: PF_DIVERT + uid: socket.PF_DIVERT - fullName: socket.PF_PACKET href: https://docs.python.org/3/library/socket.html#socket.PF_PACKET name: PF_PACKET @@ -22227,6 +22299,10 @@ references: href: https://docs.python.org/3/library/socket.html#socket.has_ipv6 name: has_ipv6 uid: socket.has_ipv6 +- fullName: sqlite3.LEGACY_TRANSACTION_CONTROL + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.LEGACY_TRANSACTION_CONTROL + name: LEGACY_TRANSACTION_CONTROL + uid: sqlite3.LEGACY_TRANSACTION_CONTROL - fullName: sqlite3.PARSE_COLNAMES href: https://docs.python.org/3/library/sqlite3.html#sqlite3.PARSE_COLNAMES name: PARSE_COLNAMES @@ -22235,6 +22311,70 @@ references: href: https://docs.python.org/3/library/sqlite3.html#sqlite3.PARSE_DECLTYPES name: PARSE_DECLTYPES uid: sqlite3.PARSE_DECLTYPES +- fullName: sqlite3.SQLITE_DBCONFIG_DEFENSIVE + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_DEFENSIVE + name: SQLITE_DBCONFIG_DEFENSIVE + uid: sqlite3.SQLITE_DBCONFIG_DEFENSIVE +- fullName: sqlite3.SQLITE_DBCONFIG_DQS_DDL + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_DQS_DDL + name: SQLITE_DBCONFIG_DQS_DDL + uid: sqlite3.SQLITE_DBCONFIG_DQS_DDL +- fullName: sqlite3.SQLITE_DBCONFIG_DQS_DML + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_DQS_DML + name: SQLITE_DBCONFIG_DQS_DML + uid: sqlite3.SQLITE_DBCONFIG_DQS_DML +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_FKEY + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_FKEY + name: SQLITE_DBCONFIG_ENABLE_FKEY + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_FKEY +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER + name: SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION + name: SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_QPSG + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_QPSG + name: SQLITE_DBCONFIG_ENABLE_QPSG + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_QPSG +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_TRIGGER + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_TRIGGER + name: SQLITE_DBCONFIG_ENABLE_TRIGGER + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_TRIGGER +- fullName: sqlite3.SQLITE_DBCONFIG_ENABLE_VIEW + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_ENABLE_VIEW + name: SQLITE_DBCONFIG_ENABLE_VIEW + uid: sqlite3.SQLITE_DBCONFIG_ENABLE_VIEW +- fullName: sqlite3.SQLITE_DBCONFIG_LEGACY_ALTER_TABLE + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_LEGACY_ALTER_TABLE + name: SQLITE_DBCONFIG_LEGACY_ALTER_TABLE + uid: sqlite3.SQLITE_DBCONFIG_LEGACY_ALTER_TABLE +- fullName: sqlite3.SQLITE_DBCONFIG_LEGACY_FILE_FORMAT + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_LEGACY_FILE_FORMAT + name: SQLITE_DBCONFIG_LEGACY_FILE_FORMAT + uid: sqlite3.SQLITE_DBCONFIG_LEGACY_FILE_FORMAT +- fullName: sqlite3.SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE + name: SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE + uid: sqlite3.SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE +- fullName: sqlite3.SQLITE_DBCONFIG_RESET_DATABASE + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_RESET_DATABASE + name: SQLITE_DBCONFIG_RESET_DATABASE + uid: sqlite3.SQLITE_DBCONFIG_RESET_DATABASE +- fullName: sqlite3.SQLITE_DBCONFIG_TRIGGER_EQP + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_TRIGGER_EQP + name: SQLITE_DBCONFIG_TRIGGER_EQP + uid: sqlite3.SQLITE_DBCONFIG_TRIGGER_EQP +- fullName: sqlite3.SQLITE_DBCONFIG_TRUSTED_SCHEMA + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_TRUSTED_SCHEMA + name: SQLITE_DBCONFIG_TRUSTED_SCHEMA + uid: sqlite3.SQLITE_DBCONFIG_TRUSTED_SCHEMA +- fullName: sqlite3.SQLITE_DBCONFIG_WRITABLE_SCHEMA + href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DBCONFIG_WRITABLE_SCHEMA + name: SQLITE_DBCONFIG_WRITABLE_SCHEMA + uid: sqlite3.SQLITE_DBCONFIG_WRITABLE_SCHEMA - fullName: sqlite3.SQLITE_DENY href: https://docs.python.org/3/library/sqlite3.html#sqlite3.SQLITE_DENY name: SQLITE_DENY @@ -22363,6 +22503,10 @@ references: href: https://docs.python.org/3/library/ssl.html#ssl.OP_CIPHER_SERVER_PREFERENCE name: OP_CIPHER_SERVER_PREFERENCE uid: ssl.OP_CIPHER_SERVER_PREFERENCE +- fullName: ssl.OP_ENABLE_KTLS + href: https://docs.python.org/3/library/ssl.html#ssl.OP_ENABLE_KTLS + name: OP_ENABLE_KTLS + uid: ssl.OP_ENABLE_KTLS - fullName: ssl.OP_ENABLE_MIDDLEBOX_COMPAT href: https://docs.python.org/3/library/ssl.html#ssl.OP_ENABLE_MIDDLEBOX_COMPAT name: OP_ENABLE_MIDDLEBOX_COMPAT @@ -22371,6 +22515,10 @@ references: href: https://docs.python.org/3/library/ssl.html#ssl.OP_IGNORE_UNEXPECTED_EOF name: OP_IGNORE_UNEXPECTED_EOF uid: ssl.OP_IGNORE_UNEXPECTED_EOF +- fullName: ssl.OP_LEGACY_SERVER_CONNECT + href: https://docs.python.org/3/library/ssl.html#ssl.OP_LEGACY_SERVER_CONNECT + name: OP_LEGACY_SERVER_CONNECT + uid: ssl.OP_LEGACY_SERVER_CONNECT - fullName: ssl.OP_NO_COMPRESSION href: https://docs.python.org/3/library/ssl.html#ssl.OP_NO_COMPRESSION name: OP_NO_COMPRESSION @@ -22415,10 +22563,6 @@ references: href: https://docs.python.org/3/library/ssl.html#ssl.OP_SINGLE_ECDH_USE name: OP_SINGLE_ECDH_USE uid: ssl.OP_SINGLE_ECDH_USE -- fullName: ssl.PROTOCOL_SSLv2 - href: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv2 - name: PROTOCOL_SSLv2 - uid: ssl.PROTOCOL_SSLv2 - fullName: ssl.PROTOCOL_SSLv23 href: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv23 name: PROTOCOL_SSLv23 @@ -23059,6 +23203,10 @@ references: href: https://docs.python.org/3/library/sys.html#sys.int_info name: int_info uid: sys.int_info +- fullName: sys.last_exc + href: https://docs.python.org/3/library/sys.html#sys.last_exc + name: last_exc + uid: sys.last_exc - fullName: sys.last_traceback href: https://docs.python.org/3/library/sys.html#sys.last_traceback name: last_traceback @@ -23243,6 +23391,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.PIPE_MAX_SIZE name: PIPE_MAX_SIZE uid: test.support.PIPE_MAX_SIZE +- fullName: test.support.Py_DEBUG + href: https://docs.python.org/3/library/test.html#test.support.Py_DEBUG + name: Py_DEBUG + uid: test.support.Py_DEBUG - fullName: test.support.SHORT_TIMEOUT href: https://docs.python.org/3/library/test.html#test.support.SHORT_TIMEOUT name: SHORT_TIMEOUT @@ -23519,6 +23671,22 @@ references: href: https://docs.python.org/3/library/token.html#token.ERRORTOKEN name: ERRORTOKEN uid: token.ERRORTOKEN +- fullName: token.EXCLAMATION + href: https://docs.python.org/3/library/token.html#token.EXCLAMATION + name: EXCLAMATION + uid: token.EXCLAMATION +- fullName: token.FSTRING_END + href: https://docs.python.org/3/library/token.html#token.FSTRING_END + name: FSTRING_END + uid: token.FSTRING_END +- fullName: token.FSTRING_MIDDLE + href: https://docs.python.org/3/library/token.html#token.FSTRING_MIDDLE + name: FSTRING_MIDDLE + uid: token.FSTRING_MIDDLE +- fullName: token.FSTRING_START + href: https://docs.python.org/3/library/token.html#token.FSTRING_START + name: FSTRING_START + uid: token.FSTRING_START - fullName: token.GREATER href: https://docs.python.org/3/library/token.html#token.GREATER name: GREATER @@ -24455,18 +24623,10 @@ references: href: https://docs.python.org/3/library/ast.html#module-ast name: ast uid: ast -- fullName: asynchat - href: https://docs.python.org/3/library/asynchat.html#module-asynchat - name: asynchat - uid: asynchat - fullName: asyncio href: https://docs.python.org/3/library/asyncio.html#module-asyncio name: asyncio uid: asyncio -- fullName: asyncore - href: https://docs.python.org/3/library/asyncore.html#module-asyncore - name: asyncore - uid: asyncore - fullName: atexit href: https://docs.python.org/3/library/atexit.html#module-atexit name: atexit @@ -24519,10 +24679,6 @@ references: href: https://docs.python.org/3/library/chunk.html#module-chunk name: chunk uid: chunk -- fullName: clinic - href: https://docs.python.org/3/howto/clinic.html#module-clinic - name: clinic - uid: clinic - fullName: cmath href: https://docs.python.org/3/library/cmath.html#module-cmath name: cmath @@ -24647,182 +24803,6 @@ references: href: https://docs.python.org/3/library/dis.html#module-dis name: dis uid: dis -- fullName: distutils - href: https://docs.python.org/3/library/distutils.html#module-distutils - name: distutils - uid: distutils -- fullName: distutils.archive_util - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.archive_util - name: archive_util - uid: distutils.archive_util -- fullName: distutils.bcppcompiler - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.bcppcompiler - name: bcppcompiler - uid: distutils.bcppcompiler -- fullName: distutils.ccompiler - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.ccompiler - name: ccompiler - uid: distutils.ccompiler -- fullName: distutils.cmd - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.cmd - name: cmd - uid: distutils.cmd -- fullName: distutils.command - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command - name: command - uid: distutils.command -- fullName: distutils.command.bdist - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.bdist - name: bdist - uid: distutils.command.bdist -- fullName: distutils.command.bdist_dumb - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.bdist_dumb - name: bdist_dumb - uid: distutils.command.bdist_dumb -- fullName: distutils.command.bdist_packager - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.bdist_packager - name: bdist_packager - uid: distutils.command.bdist_packager -- fullName: distutils.command.bdist_rpm - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.bdist_rpm - name: bdist_rpm - uid: distutils.command.bdist_rpm -- fullName: distutils.command.build - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build - name: build - uid: distutils.command.build -- fullName: distutils.command.build_clib - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build_clib - name: build_clib - uid: distutils.command.build_clib -- fullName: distutils.command.build_ext - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build_ext - name: build_ext - uid: distutils.command.build_ext -- fullName: distutils.command.build_py - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build_py - name: build_py - uid: distutils.command.build_py -- fullName: distutils.command.build_scripts - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.build_scripts - name: build_scripts - uid: distutils.command.build_scripts -- fullName: distutils.command.check - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.check - name: check - uid: distutils.command.check -- fullName: distutils.command.clean - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.clean - name: clean - uid: distutils.command.clean -- fullName: distutils.command.config - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.config - name: config - uid: distutils.command.config -- fullName: distutils.command.install - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.install - name: install - uid: distutils.command.install -- fullName: distutils.command.install_data - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.install_data - name: install_data - uid: distutils.command.install_data -- fullName: distutils.command.install_headers - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.install_headers - name: install_headers - uid: distutils.command.install_headers -- fullName: distutils.command.install_lib - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.install_lib - name: install_lib - uid: distutils.command.install_lib -- fullName: distutils.command.install_scripts - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.install_scripts - name: install_scripts - uid: distutils.command.install_scripts -- fullName: distutils.command.register - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.register - name: register - uid: distutils.command.register -- fullName: distutils.command.sdist - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.command.sdist - name: sdist - uid: distutils.command.sdist -- fullName: distutils.core - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.core - name: core - uid: distutils.core -- fullName: distutils.cygwinccompiler - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.cygwinccompiler - name: cygwinccompiler - uid: distutils.cygwinccompiler -- fullName: distutils.debug - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.debug - name: debug - uid: distutils.debug -- fullName: distutils.dep_util - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.dep_util - name: dep_util - uid: distutils.dep_util -- fullName: distutils.dir_util - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.dir_util - name: dir_util - uid: distutils.dir_util -- fullName: distutils.dist - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.dist - name: dist - uid: distutils.dist -- fullName: distutils.errors - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.errors - name: errors - uid: distutils.errors -- fullName: distutils.extension - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.extension - name: extension - uid: distutils.extension -- fullName: distutils.fancy_getopt - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.fancy_getopt - name: fancy_getopt - uid: distutils.fancy_getopt -- fullName: distutils.file_util - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.file_util - name: file_util - uid: distutils.file_util -- fullName: distutils.filelist - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.filelist - name: filelist - uid: distutils.filelist -- fullName: distutils.log - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.log - name: log - uid: distutils.log -- fullName: distutils.msvccompiler - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.msvccompiler - name: msvccompiler - uid: distutils.msvccompiler -- fullName: distutils.spawn - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.spawn - name: spawn - uid: distutils.spawn -- fullName: distutils.sysconfig - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.sysconfig - name: sysconfig - uid: distutils.sysconfig -- fullName: distutils.text_file - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.text_file - name: text_file - uid: distutils.text_file -- fullName: distutils.unixccompiler - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.unixccompiler - name: unixccompiler - uid: distutils.unixccompiler -- fullName: distutils.util - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.util - name: util - uid: distutils.util -- fullName: distutils.version - href: https://docs.python.org/3/distutils/apiref.html#module-distutils.version - name: version - uid: distutils.version - fullName: doctest href: https://docs.python.org/3/library/doctest.html#module-doctest name: doctest @@ -25027,10 +25007,6 @@ references: href: https://docs.python.org/3/library/imghdr.html#module-imghdr name: imghdr uid: imghdr -- fullName: imp - href: https://docs.python.org/3/library/imp.html#module-imp - name: imp - uid: imp - fullName: importlib href: https://docs.python.org/3/library/importlib.html#module-importlib name: importlib @@ -25359,10 +25335,10 @@ references: href: https://docs.python.org/3/library/site.html#module-site name: site uid: site -- fullName: smtpd - href: https://docs.python.org/3/library/smtpd.html#module-smtpd - name: smtpd - uid: smtpd +- fullName: sitecustomize + href: https://docs.python.org/3/library/site.html#module-sitecustomize + name: sitecustomize + uid: sitecustomize - fullName: smtplib href: https://docs.python.org/3/library/smtplib.html#module-smtplib name: smtplib @@ -25427,6 +25403,10 @@ references: href: https://docs.python.org/3/library/sys.html#module-sys name: sys uid: sys +- fullName: sys.monitoring + href: https://docs.python.org/3/library/sys.monitoring.html#module-sys.monitoring + name: monitoring + uid: sys.monitoring - fullName: sysconfig href: https://docs.python.org/3/library/sysconfig.html#module-sysconfig name: sysconfig @@ -25631,6 +25611,10 @@ references: href: https://docs.python.org/3/library/urllib.robotparser.html#module-urllib.robotparser name: robotparser uid: urllib.robotparser +- fullName: usercustomize + href: https://docs.python.org/3/library/site.html#module-usercustomize + name: usercustomize + uid: usercustomize - fullName: uu href: https://docs.python.org/3/library/uu.html#module-uu name: uu @@ -25715,6 +25699,10 @@ references: href: https://docs.python.org/3/library/xml.dom.pulldom.html#module-xml.dom.pulldom name: pulldom uid: xml.dom.pulldom +- fullName: xml.etree.ElementInclude + href: https://docs.python.org/3/library/xml.etree.elementtree.html#module-xml.etree.ElementInclude + name: ElementInclude + uid: xml.etree.ElementInclude - fullName: xml.etree.ElementTree href: https://docs.python.org/3/library/xml.etree.elementtree.html#module-xml.etree.ElementTree name: ElementTree @@ -25931,6 +25919,10 @@ references: href: https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed name: as_completed uid: asyncio.as_completed +- fullName: asyncio.create_eager_task_factory + href: https://docs.python.org/3/library/asyncio-task.html#asyncio.create_eager_task_factory + name: create_eager_task_factory + uid: asyncio.create_eager_task_factory - fullName: asyncio.create_subprocess_exec href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_exec name: create_subprocess_exec @@ -25947,6 +25939,10 @@ references: href: https://docs.python.org/3/library/asyncio-task.html#asyncio.current_task name: current_task uid: asyncio.current_task +- fullName: asyncio.eager_task_factory + href: https://docs.python.org/3/library/asyncio-task.html#asyncio.eager_task_factory + name: eager_task_factory + uid: asyncio.eager_task_factory - fullName: asyncio.ensure_future href: https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future name: ensure_future @@ -26051,10 +26047,6 @@ references: href: https://docs.python.org/3/library/asyncio-future.html#asyncio.wrap_future name: wrap_future uid: asyncio.wrap_future -- fullName: asyncore.loop - href: https://docs.python.org/3/library/asyncore.html#asyncore.loop - name: loop - uid: asyncore.loop - fullName: atexit.register href: https://docs.python.org/3/library/atexit.html#atexit.register name: register @@ -26767,10 +26759,6 @@ references: href: https://docs.python.org/3/library/copyreg.html#copyreg.pickle name: pickle uid: copyreg.pickle -- fullName: create_shortcut - href: https://docs.python.org/3/distutils/builtdist.html#create_shortcut - name: create_shortcut - uid: create_shortcut - fullName: crypt.crypt href: https://docs.python.org/3/library/crypt.html#crypt.crypt name: crypt @@ -27331,6 +27319,10 @@ references: href: https://docs.python.org/3/library/curses.html#curses.wrapper name: wrapper uid: curses.wrapper +- fullName: dataclasses.__post_init__ + href: https://docs.python.org/3/library/dataclasses.html#dataclasses.__post_init__ + name: __post_init__ + uid: dataclasses.__post_init__ - fullName: dataclasses.asdict href: https://docs.python.org/3/library/dataclasses.html#dataclasses.asdict name: asdict @@ -27435,10 +27427,6 @@ references: href: https://docs.python.org/3/library/functions.html#dir name: dir uid: dir -- fullName: directory_created - href: https://docs.python.org/3/distutils/builtdist.html#directory_created - name: directory_created - uid: directory_created - fullName: dis.code_info href: https://docs.python.org/3/library/dis.html#dis.code_info name: code_info @@ -27479,166 +27467,6 @@ references: href: https://docs.python.org/3/library/dis.html#dis.stack_effect name: stack_effect uid: dis.stack_effect -- fullName: distutils.archive_util.make_archive - href: https://docs.python.org/3/distutils/apiref.html#distutils.archive_util.make_archive - name: make_archive - uid: distutils.archive_util.make_archive -- fullName: distutils.archive_util.make_tarball - href: https://docs.python.org/3/distutils/apiref.html#distutils.archive_util.make_tarball - name: make_tarball - uid: distutils.archive_util.make_tarball -- fullName: distutils.archive_util.make_zipfile - href: https://docs.python.org/3/distutils/apiref.html#distutils.archive_util.make_zipfile - name: make_zipfile - uid: distutils.archive_util.make_zipfile -- fullName: distutils.ccompiler.gen_lib_options - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.gen_lib_options - name: gen_lib_options - uid: distutils.ccompiler.gen_lib_options -- fullName: distutils.ccompiler.gen_preprocess_options - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.gen_preprocess_options - name: gen_preprocess_options - uid: distutils.ccompiler.gen_preprocess_options -- fullName: distutils.ccompiler.get_default_compiler - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.get_default_compiler - name: get_default_compiler - uid: distutils.ccompiler.get_default_compiler -- fullName: distutils.ccompiler.new_compiler - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.new_compiler - name: new_compiler - uid: distutils.ccompiler.new_compiler -- fullName: distutils.ccompiler.show_compilers - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.show_compilers - name: show_compilers - uid: distutils.ccompiler.show_compilers -- fullName: distutils.core.run_setup - href: https://docs.python.org/3/distutils/apiref.html#distutils.core.run_setup - name: run_setup - uid: distutils.core.run_setup -- fullName: distutils.core.setup - href: https://docs.python.org/3/distutils/apiref.html#distutils.core.setup - name: setup - uid: distutils.core.setup -- fullName: distutils.dep_util.newer - href: https://docs.python.org/3/distutils/apiref.html#distutils.dep_util.newer - name: newer - uid: distutils.dep_util.newer -- fullName: distutils.dep_util.newer_group - href: https://docs.python.org/3/distutils/apiref.html#distutils.dep_util.newer_group - name: newer_group - uid: distutils.dep_util.newer_group -- fullName: distutils.dep_util.newer_pairwise - href: https://docs.python.org/3/distutils/apiref.html#distutils.dep_util.newer_pairwise - name: newer_pairwise - uid: distutils.dep_util.newer_pairwise -- fullName: distutils.dir_util.copy_tree - href: https://docs.python.org/3/distutils/apiref.html#distutils.dir_util.copy_tree - name: copy_tree - uid: distutils.dir_util.copy_tree -- fullName: distutils.dir_util.create_tree - href: https://docs.python.org/3/distutils/apiref.html#distutils.dir_util.create_tree - name: create_tree - uid: distutils.dir_util.create_tree -- fullName: distutils.dir_util.mkpath - href: https://docs.python.org/3/distutils/apiref.html#distutils.dir_util.mkpath - name: mkpath - uid: distutils.dir_util.mkpath -- fullName: distutils.dir_util.remove_tree - href: https://docs.python.org/3/distutils/apiref.html#distutils.dir_util.remove_tree - name: remove_tree - uid: distutils.dir_util.remove_tree -- fullName: distutils.fancy_getopt.fancy_getopt - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.fancy_getopt - name: fancy_getopt - uid: distutils.fancy_getopt.fancy_getopt -- fullName: distutils.fancy_getopt.wrap_text - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.wrap_text - name: wrap_text - uid: distutils.fancy_getopt.wrap_text -- fullName: distutils.file_util.copy_file - href: https://docs.python.org/3/distutils/apiref.html#distutils.file_util.copy_file - name: copy_file - uid: distutils.file_util.copy_file -- fullName: distutils.file_util.move_file - href: https://docs.python.org/3/distutils/apiref.html#distutils.file_util.move_file - name: move_file - uid: distutils.file_util.move_file -- fullName: distutils.file_util.write_file - href: https://docs.python.org/3/distutils/apiref.html#distutils.file_util.write_file - name: write_file - uid: distutils.file_util.write_file -- fullName: distutils.sysconfig.customize_compiler - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.customize_compiler - name: customize_compiler - uid: distutils.sysconfig.customize_compiler -- fullName: distutils.sysconfig.get_config_h_filename - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_config_h_filename - name: get_config_h_filename - uid: distutils.sysconfig.get_config_h_filename -- fullName: distutils.sysconfig.get_config_var - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_config_var - name: get_config_var - uid: distutils.sysconfig.get_config_var -- fullName: distutils.sysconfig.get_config_vars - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_config_vars - name: get_config_vars - uid: distutils.sysconfig.get_config_vars -- fullName: distutils.sysconfig.get_makefile_filename - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_makefile_filename - name: get_makefile_filename - uid: distutils.sysconfig.get_makefile_filename -- fullName: distutils.sysconfig.get_python_inc - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_python_inc - name: get_python_inc - uid: distutils.sysconfig.get_python_inc -- fullName: distutils.sysconfig.get_python_lib - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_python_lib - name: get_python_lib - uid: distutils.sysconfig.get_python_lib -- fullName: distutils.sysconfig.set_python_build - href: https://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.set_python_build - name: set_python_build - uid: distutils.sysconfig.set_python_build -- fullName: distutils.util.byte_compile - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.byte_compile - name: byte_compile - uid: distutils.util.byte_compile -- fullName: distutils.util.change_root - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.change_root - name: change_root - uid: distutils.util.change_root -- fullName: distutils.util.check_environ - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.check_environ - name: check_environ - uid: distutils.util.check_environ -- fullName: distutils.util.convert_path - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.convert_path - name: convert_path - uid: distutils.util.convert_path -- fullName: distutils.util.execute - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.execute - name: execute - uid: distutils.util.execute -- fullName: distutils.util.get_platform - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.get_platform - name: get_platform - uid: distutils.util.get_platform -- fullName: distutils.util.rfc822_escape - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.rfc822_escape - name: rfc822_escape - uid: distutils.util.rfc822_escape -- fullName: distutils.util.split_quoted - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.split_quoted - name: split_quoted - uid: distutils.util.split_quoted -- fullName: distutils.util.strtobool - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.strtobool - name: strtobool - uid: distutils.util.strtobool -- fullName: distutils.util.subst_vars - href: https://docs.python.org/3/distutils/apiref.html#distutils.util.subst_vars - name: subst_vars - uid: distutils.util.subst_vars - fullName: divmod href: https://docs.python.org/3/library/functions.html#divmod name: divmod @@ -27927,10 +27755,6 @@ references: href: https://docs.python.org/3/library/fcntl.html#fcntl.lockf name: lockf uid: fcntl.lockf -- fullName: file_created - href: https://docs.python.org/3/distutils/builtdist.html#file_created - name: file_created - uid: file_created - fullName: filecmp.clear_cache href: https://docs.python.org/3/library/filecmp.html#filecmp.clear_cache name: clear_cache @@ -28123,10 +27947,6 @@ references: href: https://docs.python.org/3/library/gc.html#gc.unfreeze name: unfreeze uid: gc.unfreeze -- fullName: get_special_folder_path - href: https://docs.python.org/3/distutils/builtdist.html#get_special_folder_path - name: get_special_folder_path - uid: get_special_folder_path - fullName: getattr href: https://docs.python.org/3/library/functions.html#getattr name: getattr @@ -28407,62 +28227,10 @@ references: href: https://docs.python.org/3/library/imghdr.html#imghdr.what name: what uid: imghdr.what -- fullName: imp.acquire_lock - href: https://docs.python.org/3/library/imp.html#imp.acquire_lock - name: acquire_lock - uid: imp.acquire_lock -- fullName: imp.cache_from_source - href: https://docs.python.org/3/library/imp.html#imp.cache_from_source - name: cache_from_source - uid: imp.cache_from_source -- fullName: imp.find_module - href: https://docs.python.org/3/library/imp.html#imp.find_module - name: find_module - uid: imp.find_module -- fullName: imp.get_magic - href: https://docs.python.org/3/library/imp.html#imp.get_magic - name: get_magic - uid: imp.get_magic -- fullName: imp.get_suffixes - href: https://docs.python.org/3/library/imp.html#imp.get_suffixes - name: get_suffixes - uid: imp.get_suffixes -- fullName: imp.get_tag - href: https://docs.python.org/3/library/imp.html#imp.get_tag - name: get_tag - uid: imp.get_tag -- fullName: imp.load_module - href: https://docs.python.org/3/library/imp.html#imp.load_module - name: load_module - uid: imp.load_module -- fullName: imp.lock_held - href: https://docs.python.org/3/library/imp.html#imp.lock_held - name: lock_held - uid: imp.lock_held -- fullName: imp.new_module - href: https://docs.python.org/3/library/imp.html#imp.new_module - name: new_module - uid: imp.new_module -- fullName: imp.release_lock - href: https://docs.python.org/3/library/imp.html#imp.release_lock - name: release_lock - uid: imp.release_lock -- fullName: imp.reload - href: https://docs.python.org/3/library/imp.html#imp.reload - name: reload - uid: imp.reload -- fullName: imp.source_from_cache - href: https://docs.python.org/3/library/imp.html#imp.source_from_cache - name: source_from_cache - uid: imp.source_from_cache - fullName: importlib.__import__ href: https://docs.python.org/3/library/importlib.html#importlib.__import__ name: __import__ uid: importlib.__import__ -- fullName: importlib.find_loader - href: https://docs.python.org/3/library/importlib.html#importlib.find_loader - name: find_loader - uid: importlib.find_loader - fullName: importlib.import_module href: https://docs.python.org/3/library/importlib.html#importlib.import_module name: import_module @@ -28515,6 +28283,10 @@ references: href: https://docs.python.org/3/library/importlib.resources.html#importlib.resources.read_text name: read_text uid: importlib.resources.read_text +- fullName: importlib.util._incompatible_extension_module_restrictions + href: https://docs.python.org/3/library/importlib.html#importlib.util._incompatible_extension_module_restrictions + name: _incompatible_extension_module_restrictions + uid: importlib.util._incompatible_extension_module_restrictions - fullName: importlib.util.cache_from_source href: https://docs.python.org/3/library/importlib.html#importlib.util.cache_from_source name: cache_from_source @@ -28527,10 +28299,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.util.find_spec name: find_spec uid: importlib.util.find_spec -- fullName: importlib.util.module_for_loader - href: https://docs.python.org/3/library/importlib.html#importlib.util.module_for_loader - name: module_for_loader - uid: importlib.util.module_for_loader - fullName: importlib.util.module_from_spec href: https://docs.python.org/3/library/importlib.html#importlib.util.module_from_spec name: module_from_spec @@ -28539,14 +28307,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.util.resolve_name name: resolve_name uid: importlib.util.resolve_name -- fullName: importlib.util.set_loader - href: https://docs.python.org/3/library/importlib.html#importlib.util.set_loader - name: set_loader - uid: importlib.util.set_loader -- fullName: importlib.util.set_package - href: https://docs.python.org/3/library/importlib.html#importlib.util.set_package - name: set_package - uid: importlib.util.set_package - fullName: importlib.util.source_from_cache href: https://docs.python.org/3/library/importlib.html#importlib.util.source_from_cache name: source_from_cache @@ -28587,6 +28347,14 @@ references: href: https://docs.python.org/3/library/inspect.html#inspect.getargvalues name: getargvalues uid: inspect.getargvalues +- fullName: inspect.getasyncgenlocals + href: https://docs.python.org/3/library/inspect.html#inspect.getasyncgenlocals + name: getasyncgenlocals + uid: inspect.getasyncgenlocals +- fullName: inspect.getasyncgenstate + href: https://docs.python.org/3/library/inspect.html#inspect.getasyncgenstate + name: getasyncgenstate + uid: inspect.getasyncgenstate - fullName: inspect.getattr_static href: https://docs.python.org/3/library/inspect.html#inspect.getattr_static name: getattr_static @@ -28767,6 +28535,10 @@ references: href: https://docs.python.org/3/library/inspect.html#inspect.istraceback name: istraceback uid: inspect.istraceback +- fullName: inspect.markcoroutinefunction + href: https://docs.python.org/3/library/inspect.html#inspect.markcoroutinefunction + name: markcoroutinefunction + uid: inspect.markcoroutinefunction - fullName: inspect.signature href: https://docs.python.org/3/library/inspect.html#inspect.signature name: signature @@ -28843,6 +28615,10 @@ references: href: https://docs.python.org/3/library/itertools.html#itertools.accumulate name: accumulate uid: itertools.accumulate +- fullName: itertools.batched + href: https://docs.python.org/3/library/itertools.html#itertools.batched + name: batched + uid: itertools.batched - fullName: itertools.chain href: https://docs.python.org/3/library/itertools.html#itertools.chain name: chain @@ -28987,10 +28763,6 @@ references: href: https://docs.python.org/3/library/locale.html#locale.dgettext name: dgettext uid: locale.dgettext -- fullName: locale.format - href: https://docs.python.org/3/library/locale.html#locale.format - name: format - uid: locale.format - fullName: locale.format_string href: https://docs.python.org/3/library/locale.html#locale.format_string name: format_string @@ -29107,6 +28879,14 @@ references: href: https://docs.python.org/3/library/logging.html#logging.exception name: exception uid: logging.exception +- fullName: logging.getHandlerByName + href: https://docs.python.org/3/library/logging.html#logging.getHandlerByName + name: getHandlerByName + uid: logging.getHandlerByName +- fullName: logging.getHandlerNames + href: https://docs.python.org/3/library/logging.html#logging.getHandlerNames + name: getHandlerNames + uid: logging.getHandlerNames - fullName: logging.getLevelName href: https://docs.python.org/3/library/logging.html#logging.getLevelName name: getLevelName @@ -29403,6 +29183,10 @@ references: href: https://docs.python.org/3/library/math.html#math.sqrt name: sqrt uid: math.sqrt +- fullName: math.sumprod + href: https://docs.python.org/3/library/math.html#math.sumprod + name: sumprod + uid: math.sumprod - fullName: math.tan href: https://docs.python.org/3/library/math.html#math.tan name: tan @@ -29627,6 +29411,10 @@ references: href: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.set_executable name: set_executable uid: multiprocessing.set_executable +- fullName: multiprocessing.set_forkserver_preload + href: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.set_forkserver_preload + name: set_forkserver_preload + uid: multiprocessing.set_forkserver_preload - fullName: multiprocessing.set_start_method href: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.set_start_method name: set_start_method @@ -30451,6 +30239,18 @@ references: href: https://docs.python.org/3/library/os.html#os.listdir name: listdir uid: os.listdir +- fullName: os.listdrives + href: https://docs.python.org/3/library/os.html#os.listdrives + name: listdrives + uid: os.listdrives +- fullName: os.listmounts + href: https://docs.python.org/3/library/os.html#os.listmounts + name: listmounts + uid: os.listmounts +- fullName: os.listvolumes + href: https://docs.python.org/3/library/os.html#os.listvolumes + name: listvolumes + uid: os.listvolumes - fullName: os.listxattr href: https://docs.python.org/3/library/os.html#os.listxattr name: listxattr @@ -30567,6 +30367,10 @@ references: href: https://docs.python.org/3/library/os.path.html#os.path.isabs name: isabs uid: os.path.isabs +- fullName: os.path.isdevdrive + href: https://docs.python.org/3/library/os.path.html#os.path.isdevdrive + name: isdevdrive + uid: os.path.isdevdrive - fullName: os.path.isdir href: https://docs.python.org/3/library/os.path.html#os.path.isdir name: isdir @@ -30575,6 +30379,10 @@ references: href: https://docs.python.org/3/library/os.path.html#os.path.isfile name: isfile uid: os.path.isfile +- fullName: os.path.isjunction + href: https://docs.python.org/3/library/os.path.html#os.path.isjunction + name: isjunction + uid: os.path.isjunction - fullName: os.path.islink href: https://docs.python.org/3/library/os.path.html#os.path.islink name: islink @@ -30631,6 +30439,10 @@ references: href: https://docs.python.org/3/library/os.path.html#os.path.splitext name: splitext uid: os.path.splitext +- fullName: os.path.splitroot + href: https://docs.python.org/3/library/os.path.html#os.path.splitroot + name: splitroot + uid: os.path.splitroot - fullName: os.pathconf href: https://docs.python.org/3/library/os.html#os.pathconf name: pathconf @@ -30811,6 +30623,10 @@ references: href: https://docs.python.org/3/library/os.html#os.setgroups name: setgroups uid: os.setgroups +- fullName: os.setns + href: https://docs.python.org/3/library/os.html#os.setns + name: setns + uid: os.setns - fullName: os.setpgid href: https://docs.python.org/3/library/os.html#os.setpgid name: setpgid @@ -30955,6 +30771,10 @@ references: href: https://docs.python.org/3/library/os.html#os.unsetenv name: unsetenv uid: os.unsetenv +- fullName: os.unshare + href: https://docs.python.org/3/library/os.html#os.unshare + name: unshare + uid: os.unshare - fullName: os.urandom href: https://docs.python.org/3/library/os.html#os.urandom name: urandom @@ -31303,6 +31123,10 @@ references: href: https://docs.python.org/3/library/random.html#random.betavariate name: betavariate uid: random.betavariate +- fullName: random.binomialvariate + href: https://docs.python.org/3/library/random.html#random.binomialvariate + name: binomialvariate + uid: random.binomialvariate - fullName: random.choice href: https://docs.python.org/3/library/random.html#random.choice name: choice @@ -32039,10 +31863,6 @@ references: href: https://docs.python.org/3/library/ssl.html#ssl.RAND_bytes name: RAND_bytes uid: ssl.RAND_bytes -- fullName: ssl.RAND_pseudo_bytes - href: https://docs.python.org/3/library/ssl.html#ssl.RAND_pseudo_bytes - name: RAND_pseudo_bytes - uid: ssl.RAND_pseudo_bytes - fullName: ssl.RAND_status href: https://docs.python.org/3/library/ssl.html#ssl.RAND_status name: RAND_status @@ -32071,14 +31891,6 @@ references: href: https://docs.python.org/3/library/ssl.html#ssl.get_server_certificate name: get_server_certificate uid: ssl.get_server_certificate -- fullName: ssl.match_hostname - href: https://docs.python.org/3/library/ssl.html#ssl.match_hostname - name: match_hostname - uid: ssl.match_hostname -- fullName: ssl.wrap_socket - href: https://docs.python.org/3/library/ssl.html#ssl.wrap_socket - name: wrap_socket - uid: ssl.wrap_socket - fullName: stat.S_IFMT href: https://docs.python.org/3/library/stat.html#stat.S_IFMT name: S_IFMT @@ -32371,6 +32183,14 @@ references: href: https://docs.python.org/3/library/sys.html#sys._getframe name: _getframe uid: sys._getframe +- fullName: sys._getframemodulename + href: https://docs.python.org/3/library/sys.html#sys._getframemodulename + name: _getframemodulename + uid: sys._getframemodulename +- fullName: sys.activate_stack_trampoline + href: https://docs.python.org/3/library/sys.html#sys.activate_stack_trampoline + name: activate_stack_trampoline + uid: sys.activate_stack_trampoline - fullName: sys.addaudithook href: https://docs.python.org/3/library/sys.html#sys.addaudithook name: addaudithook @@ -32387,6 +32207,10 @@ references: href: https://docs.python.org/3/library/sys.html#sys.call_tracing name: call_tracing uid: sys.call_tracing +- fullName: sys.deactivate_stack_trampoline + href: https://docs.python.org/3/library/sys.html#sys.deactivate_stack_trampoline + name: deactivate_stack_trampoline + uid: sys.deactivate_stack_trampoline - fullName: sys.displayhook href: https://docs.python.org/3/library/sys.html#sys.displayhook name: displayhook @@ -32467,6 +32291,10 @@ references: href: https://docs.python.org/3/library/sys.html#sys.gettrace name: gettrace uid: sys.gettrace +- fullName: sys.getunicodeinternedsize + href: https://docs.python.org/3/library/sys.html#sys.getunicodeinternedsize + name: getunicodeinternedsize + uid: sys.getunicodeinternedsize - fullName: sys.getwindowsversion href: https://docs.python.org/3/library/sys.html#sys.getwindowsversion name: getwindowsversion @@ -32479,6 +32307,42 @@ references: href: https://docs.python.org/3/library/sys.html#sys.is_finalizing name: is_finalizing uid: sys.is_finalizing +- fullName: sys.is_stack_trampoline_active + href: https://docs.python.org/3/library/sys.html#sys.is_stack_trampoline_active + name: is_stack_trampoline_active + uid: sys.is_stack_trampoline_active +- fullName: sys.monitoring.free_tool_id + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.free_tool_id + name: free_tool_id + uid: sys.monitoring.free_tool_id +- fullName: sys.monitoring.get_events + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_events + name: get_events + uid: sys.monitoring.get_events +- fullName: sys.monitoring.get_local_events + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_local_events + name: get_local_events + uid: sys.monitoring.get_local_events +- fullName: sys.monitoring.get_tool + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.get_tool + name: get_tool + uid: sys.monitoring.get_tool +- fullName: sys.monitoring.register_callback + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.register_callback + name: register_callback + uid: sys.monitoring.register_callback +- fullName: sys.monitoring.set_events + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.set_events + name: set_events + uid: sys.monitoring.set_events +- fullName: sys.monitoring.set_local_events + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.set_local_events + name: set_local_events + uid: sys.monitoring.set_local_events +- fullName: sys.monitoring.use_tool_id + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.use_tool_id + name: use_tool_id + uid: sys.monitoring.use_tool_id - fullName: sys.set_asyncgen_hooks href: https://docs.python.org/3/library/sys.html#sys.set_asyncgen_hooks name: set_asyncgen_hooks @@ -32707,6 +32571,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.bigmemtest name: bigmemtest uid: test.support.bigmemtest +- fullName: test.support.busy_retry + href: https://docs.python.org/3/library/test.html#test.support.busy_retry + name: busy_retry + uid: test.support.busy_retry - fullName: test.support.calcobjsize href: https://docs.python.org/3/library/test.html#test.support.calcobjsize name: calcobjsize @@ -32791,6 +32659,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.get_original_stdout name: get_original_stdout uid: test.support.get_original_stdout +- fullName: test.support.get_pagesize + href: https://docs.python.org/3/library/test.html#test.support.get_pagesize + name: get_pagesize + uid: test.support.get_pagesize - fullName: test.support.impl_detail href: https://docs.python.org/3/library/test.html#test.support.impl_detail name: impl_detail @@ -32959,6 +32831,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.requires_gzip name: requires_gzip uid: test.support.requires_gzip +- fullName: test.support.requires_limited_api + href: https://docs.python.org/3/library/test.html#test.support.requires_limited_api + name: requires_limited_api + uid: test.support.requires_limited_api - fullName: test.support.requires_linux_version href: https://docs.python.org/3/library/test.html#test.support.requires_linux_version name: requires_linux_version @@ -33055,6 +32931,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.skip_if_broken_multiprocessing_synchronize name: skip_if_broken_multiprocessing_synchronize uid: test.support.skip_if_broken_multiprocessing_synchronize +- fullName: test.support.sleeping_retry + href: https://docs.python.org/3/library/test.html#test.support.sleeping_retry + name: sleeping_retry + uid: test.support.sleeping_retry - fullName: test.support.socket_helper.bind_port href: https://docs.python.org/3/library/test.html#test.support.socket_helper.bind_port name: bind_port @@ -33203,10 +33083,18 @@ references: href: https://docs.python.org/3/library/threading.html#threading.setprofile name: setprofile uid: threading.setprofile +- fullName: threading.setprofile_all_threads + href: https://docs.python.org/3/library/threading.html#threading.setprofile_all_threads + name: setprofile_all_threads + uid: threading.setprofile_all_threads - fullName: threading.settrace href: https://docs.python.org/3/library/threading.html#threading.settrace name: settrace uid: threading.settrace +- fullName: threading.settrace_all_threads + href: https://docs.python.org/3/library/threading.html#threading.settrace_all_threads + name: settrace_all_threads + uid: threading.settrace_all_threads - fullName: threading.stack_size href: https://docs.python.org/3/library/threading.html#threading.stack_size name: stack_size @@ -33535,6 +33423,14 @@ references: href: https://docs.python.org/3/library/tracemalloc.html#tracemalloc.take_snapshot name: take_snapshot uid: tracemalloc.take_snapshot +- fullName: tty.cfmakecbreak + href: https://docs.python.org/3/library/tty.html#tty.cfmakecbreak + name: cfmakecbreak + uid: tty.cfmakecbreak +- fullName: tty.cfmakeraw + href: https://docs.python.org/3/library/tty.html#tty.cfmakeraw + name: cfmakeraw + uid: tty.cfmakeraw - fullName: tty.setcbreak href: https://docs.python.org/3/library/tty.html#tty.setcbreak name: setcbreak @@ -33915,6 +33811,10 @@ references: href: https://docs.python.org/3/library/turtle.html#turtle.stamp name: stamp uid: turtle.stamp +- fullName: turtle.teleport + href: https://docs.python.org/3/library/turtle.html#turtle.teleport + name: teleport + uid: turtle.teleport - fullName: turtle.textinput href: https://docs.python.org/3/library/turtle.html#turtle.textinput name: textinput @@ -33999,6 +33899,10 @@ references: href: https://docs.python.org/3/library/types.html#types.coroutine name: coroutine uid: types.coroutine +- fullName: types.get_original_bases + href: https://docs.python.org/3/library/types.html#types.get_original_bases + name: get_original_bases + uid: types.get_original_bases - fullName: types.new_class href: https://docs.python.org/3/library/types.html#types.new_class name: new_class @@ -34067,6 +33971,10 @@ references: href: https://docs.python.org/3/library/typing.html#typing.overload name: overload uid: typing.overload +- fullName: typing.override + href: https://docs.python.org/3/library/typing.html#typing.override + name: override + uid: typing.override - fullName: typing.reveal_type href: https://docs.python.org/3/library/typing.html#typing.reveal_type name: reveal_type @@ -35103,6 +35011,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.Or name: Or uid: ast.Or +- fullName: ast.ParamSpec + href: https://docs.python.org/3/library/ast.html#ast.ParamSpec + name: ParamSpec + uid: ast.ParamSpec - fullName: ast.Pass href: https://docs.python.org/3/library/ast.html#ast.Pass name: Pass @@ -35163,6 +35075,18 @@ references: href: https://docs.python.org/3/library/ast.html#ast.Tuple name: Tuple uid: ast.Tuple +- fullName: ast.TypeAlias + href: https://docs.python.org/3/library/ast.html#ast.TypeAlias + name: TypeAlias + uid: ast.TypeAlias +- fullName: ast.TypeVar + href: https://docs.python.org/3/library/ast.html#ast.TypeVar + name: TypeVar + uid: ast.TypeVar +- fullName: ast.TypeVarTuple + href: https://docs.python.org/3/library/ast.html#ast.TypeVarTuple + name: TypeVarTuple + uid: ast.TypeVarTuple - fullName: ast.UAdd href: https://docs.python.org/3/library/ast.html#ast.UAdd name: UAdd @@ -35219,10 +35143,6 @@ references: href: https://docs.python.org/3/library/ast.html#ast.withitem name: withitem uid: ast.withitem -- fullName: asynchat.async_chat - href: https://docs.python.org/3/library/asynchat.html#asynchat.async_chat - name: async_chat - uid: asynchat.async_chat - fullName: asyncio.AbstractChildWatcher href: https://docs.python.org/3/library/asyncio-policy.html#asyncio.AbstractChildWatcher name: AbstractChildWatcher @@ -35399,22 +35319,6 @@ references: href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.Process name: Process uid: asyncio.subprocess.Process -- fullName: asyncore.dispatcher - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher - name: dispatcher - uid: asyncore.dispatcher -- fullName: asyncore.dispatcher_with_send - href: https://docs.python.org/3/library/asyncore.html#asyncore.dispatcher_with_send - name: dispatcher_with_send - uid: asyncore.dispatcher_with_send -- fullName: asyncore.file_dispatcher - href: https://docs.python.org/3/library/asyncore.html#asyncore.file_dispatcher - name: file_dispatcher - uid: asyncore.file_dispatcher -- fullName: asyncore.file_wrapper - href: https://docs.python.org/3/library/asyncore.html#asyncore.file_wrapper - name: file_wrapper - uid: asyncore.file_wrapper - fullName: bdb.Bdb href: https://docs.python.org/3/library/bdb.html#bdb.Bdb name: Bdb @@ -35451,6 +35355,10 @@ references: href: https://docs.python.org/3/library/calendar.html#calendar.Calendar name: Calendar uid: calendar.Calendar +- fullName: calendar.Day + href: https://docs.python.org/3/library/calendar.html#calendar.Day + name: Day + uid: calendar.Day - fullName: calendar.HTMLCalendar href: https://docs.python.org/3/library/calendar.html#calendar.HTMLCalendar name: HTMLCalendar @@ -35463,6 +35371,10 @@ references: href: https://docs.python.org/3/library/calendar.html#calendar.LocaleTextCalendar name: LocaleTextCalendar uid: calendar.LocaleTextCalendar +- fullName: calendar.Month + href: https://docs.python.org/3/library/calendar.html#calendar.Month + name: Month + uid: calendar.Month - fullName: calendar.TextCalendar href: https://docs.python.org/3/library/calendar.html#calendar.TextCalendar name: TextCalendar @@ -35471,10 +35383,6 @@ references: href: https://docs.python.org/3/library/chunk.html#chunk.Chunk name: Chunk uid: chunk.Chunk -- fullName: clinic.CConverter - href: https://docs.python.org/3/howto/clinic.html#clinic.CConverter - name: CConverter - uid: clinic.CConverter - fullName: cmd.Cmd href: https://docs.python.org/3/library/cmd.html#cmd.Cmd name: Cmd @@ -35563,6 +35471,10 @@ references: href: https://docs.python.org/3/library/collections.abc.html#collections.abc.Awaitable name: Awaitable uid: collections.abc.Awaitable +- fullName: collections.abc.Buffer + href: https://docs.python.org/3/library/collections.abc.html#collections.abc.Buffer + name: Buffer + uid: collections.abc.Buffer - fullName: collections.abc.ByteString href: https://docs.python.org/3/library/collections.abc.html#collections.abc.ByteString name: ByteString @@ -35891,6 +35803,10 @@ references: href: https://docs.python.org/3/library/ctypes.html#ctypes.c_ssize_t name: c_ssize_t uid: ctypes.c_ssize_t +- fullName: ctypes.c_time_t + href: https://docs.python.org/3/library/ctypes.html#ctypes.c_time_t + name: c_time_t + uid: ctypes.c_time_t - fullName: ctypes.c_ubyte href: https://docs.python.org/3/library/ctypes.html#ctypes.c_ubyte name: c_ubyte @@ -36063,42 +35979,6 @@ references: href: https://docs.python.org/3/library/dis.html#dis.Positions name: Positions uid: dis.Positions -- fullName: distutils.ccompiler.CCompiler - href: https://docs.python.org/3/distutils/apiref.html#distutils.ccompiler.CCompiler - name: CCompiler - uid: distutils.ccompiler.CCompiler -- fullName: distutils.cmd.Command - href: https://docs.python.org/3/distutils/apiref.html#distutils.cmd.Command - name: Command - uid: distutils.cmd.Command -- fullName: distutils.command.build_py.build_py - href: https://docs.python.org/3/distutils/apiref.html#distutils.command.build_py.build_py - name: build_py - uid: distutils.command.build_py.build_py -- fullName: distutils.command.build_py.build_py_2to3 - href: https://docs.python.org/3/distutils/apiref.html#distutils.command.build_py.build_py_2to3 - name: build_py_2to3 - uid: distutils.command.build_py.build_py_2to3 -- fullName: distutils.core.Command - href: https://docs.python.org/3/distutils/apiref.html#distutils.core.Command - name: Command - uid: distutils.core.Command -- fullName: distutils.core.Distribution - href: https://docs.python.org/3/distutils/apiref.html#distutils.core.Distribution - name: Distribution - uid: distutils.core.Distribution -- fullName: distutils.core.Extension - href: https://docs.python.org/3/distutils/apiref.html#distutils.core.Extension - name: Extension - uid: distutils.core.Extension -- fullName: distutils.fancy_getopt.FancyGetopt - href: https://docs.python.org/3/distutils/apiref.html#distutils.fancy_getopt.FancyGetopt - name: FancyGetopt - uid: distutils.fancy_getopt.FancyGetopt -- fullName: distutils.text_file.TextFile - href: https://docs.python.org/3/distutils/apiref.html#distutils.text_file.TextFile - name: TextFile - uid: distutils.text_file.TextFile - fullName: doctest.DebugRunner href: https://docs.python.org/3/library/doctest.html#doctest.DebugRunner name: DebugRunner @@ -36347,10 +36227,6 @@ references: href: https://docs.python.org/3/library/ftplib.html#ftplib.FTP name: FTP uid: ftplib.FTP -- fullName: ftplib.FTP_TLS - href: https://docs.python.org/3/library/ftplib.html#ftplib.FTP_TLS - name: FTP_TLS - uid: ftplib.FTP_TLS - fullName: functools.partialmethod href: https://docs.python.org/3/library/functools.html#functools.partialmethod name: partialmethod @@ -36471,10 +36347,6 @@ references: href: https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4_stream name: IMAP4_stream uid: imaplib.IMAP4_stream -- fullName: imp.NullImporter - href: https://docs.python.org/3/library/imp.html#imp.NullImporter - name: NullImporter - uid: imp.NullImporter - fullName: importlib.abc.ExecutionLoader href: https://docs.python.org/3/library/importlib.html#importlib.abc.ExecutionLoader name: ExecutionLoader @@ -36483,10 +36355,6 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.FileLoader name: FileLoader uid: importlib.abc.FileLoader -- fullName: importlib.abc.Finder - href: https://docs.python.org/3/library/importlib.html#importlib.abc.Finder - name: Finder - uid: importlib.abc.Finder - fullName: importlib.abc.InspectLoader href: https://docs.python.org/3/library/importlib.html#importlib.abc.InspectLoader name: InspectLoader @@ -36507,10 +36375,22 @@ references: href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader name: ResourceLoader uid: importlib.abc.ResourceLoader +- fullName: importlib.abc.ResourceReader + href: https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceReader + name: ResourceReader + uid: importlib.abc.ResourceReader - fullName: importlib.abc.SourceLoader href: https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader name: SourceLoader uid: importlib.abc.SourceLoader +- fullName: importlib.abc.Traversable + href: https://docs.python.org/3/library/importlib.html#importlib.abc.Traversable + name: Traversable + uid: importlib.abc.Traversable +- fullName: importlib.abc.TraversableResources + href: https://docs.python.org/3/library/importlib.html#importlib.abc.TraversableResources + name: TraversableResources + uid: importlib.abc.TraversableResources - fullName: importlib.machinery.BuiltinImporter href: https://docs.python.org/3/library/importlib.html#importlib.machinery.BuiltinImporter name: BuiltinImporter @@ -36567,6 +36447,10 @@ references: href: https://docs.python.org/3/library/inspect.html#inspect.BoundArguments name: BoundArguments uid: inspect.BoundArguments +- fullName: inspect.BufferFlags + href: https://docs.python.org/3/library/inspect.html#inspect.BufferFlags + name: BufferFlags + uid: inspect.BufferFlags - fullName: inspect.FrameInfo href: https://docs.python.org/3/library/inspect.html#inspect.FrameInfo name: FrameInfo @@ -37083,14 +36967,6 @@ references: href: https://docs.python.org/3/library/pipes.html#pipes.Template name: Template uid: pipes.Template -- fullName: pkgutil.ImpImporter - href: https://docs.python.org/3/library/pkgutil.html#pkgutil.ImpImporter - name: ImpImporter - uid: pkgutil.ImpImporter -- fullName: pkgutil.ImpLoader - href: https://docs.python.org/3/library/pkgutil.html#pkgutil.ImpLoader - name: ImpLoader - uid: pkgutil.ImpLoader - fullName: pkgutil.ModuleInfo href: https://docs.python.org/3/library/pkgutil.html#pkgutil.ModuleInfo name: ModuleInfo @@ -37247,22 +37123,6 @@ references: href: https://docs.python.org/3/library/functions.html#slice name: slice uid: slice -- fullName: smtpd.DebuggingServer - href: https://docs.python.org/3/library/smtpd.html#smtpd.DebuggingServer - name: DebuggingServer - uid: smtpd.DebuggingServer -- fullName: smtpd.PureProxy - href: https://docs.python.org/3/library/smtpd.html#smtpd.PureProxy - name: PureProxy - uid: smtpd.PureProxy -- fullName: smtpd.SMTPChannel - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPChannel - name: SMTPChannel - uid: smtpd.SMTPChannel -- fullName: smtpd.SMTPServer - href: https://docs.python.org/3/library/smtpd.html#smtpd.SMTPServer - name: SMTPServer - uid: smtpd.SMTPServer - fullName: smtplib.LMTP href: https://docs.python.org/3/library/smtplib.html#smtplib.LMTP name: LMTP @@ -37303,6 +37163,14 @@ references: href: https://docs.python.org/3/library/socketserver.html#socketserver.ForkingUDPServer name: ForkingUDPServer uid: socketserver.ForkingUDPServer +- fullName: socketserver.ForkingUnixDatagramServer + href: https://docs.python.org/3/library/socketserver.html#socketserver.ForkingUnixDatagramServer + name: ForkingUnixDatagramServer + uid: socketserver.ForkingUnixDatagramServer +- fullName: socketserver.ForkingUnixStreamServer + href: https://docs.python.org/3/library/socketserver.html#socketserver.ForkingUnixStreamServer + name: ForkingUnixStreamServer + uid: socketserver.ForkingUnixStreamServer - fullName: socketserver.StreamRequestHandler href: https://docs.python.org/3/library/socketserver.html#socketserver.StreamRequestHandler name: StreamRequestHandler @@ -37323,6 +37191,14 @@ references: href: https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingUDPServer name: ThreadingUDPServer uid: socketserver.ThreadingUDPServer +- fullName: socketserver.ThreadingUnixDatagramServer + href: https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingUnixDatagramServer + name: ThreadingUnixDatagramServer + uid: socketserver.ThreadingUnixDatagramServer +- fullName: socketserver.ThreadingUnixStreamServer + href: https://docs.python.org/3/library/socketserver.html#socketserver.ThreadingUnixStreamServer + name: ThreadingUnixStreamServer + uid: socketserver.ThreadingUnixStreamServer - fullName: socketserver.UDPServer href: https://docs.python.org/3/library/socketserver.html#socketserver.UDPServer name: UDPServer @@ -37471,10 +37347,6 @@ references: href: https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory name: TemporaryDirectory uid: tempfile.TemporaryDirectory -- fullName: test.support.BasicTestRunner - href: https://docs.python.org/3/library/test.html#test.support.BasicTestRunner - name: BasicTestRunner - uid: test.support.BasicTestRunner - fullName: test.support.Matcher href: https://docs.python.org/3/library/test.html#test.support.Matcher name: Matcher @@ -38099,6 +37971,10 @@ references: href: https://docs.python.org/3/library/typing.html#typing.Type name: Type uid: typing.Type +- fullName: typing.TypeAliasType + href: https://docs.python.org/3/library/typing.html#typing.TypeAliasType + name: TypeAliasType + uid: typing.TypeAliasType - fullName: typing.TypeVar href: https://docs.python.org/3/library/typing.html#typing.TypeVar name: TypeVar From 22de7ca0d6d0d347a3292f13e50bb439c2ae9a8a Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Wed, 25 Oct 2023 02:02:21 +0000 Subject: [PATCH 2/4] CI Update Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=393524&view=results --- xrefmap.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xrefmap.yml b/xrefmap.yml index d2e1cff..64dc10d 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1355,6 +1355,10 @@ references: href: https://docs.python.org/3/library/asyncio-stream.html#asyncio.StreamWriter.transport name: transport uid: asyncio.StreamWriter.transport +- fullName: asyncio.loop.slow_callback_duration + href: https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.slow_callback_duration + name: slow_callback_duration + uid: asyncio.loop.slow_callback_duration - fullName: asyncio.subprocess.Process.pid href: https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.subprocess.Process.pid name: pid @@ -23235,6 +23239,14 @@ references: href: https://docs.python.org/3/library/sys.html#sys.modules name: modules uid: sys.modules +- fullName: sys.monitoring.DISABLE + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.DISABLE + name: DISABLE + uid: sys.monitoring.DISABLE +- fullName: sys.monitoring.MISSING + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.MISSING + name: MISSING + uid: sys.monitoring.MISSING - fullName: sys.orig_argv href: https://docs.python.org/3/library/sys.html#sys.orig_argv name: orig_argv @@ -23347,6 +23359,18 @@ references: href: https://docs.python.org/3/library/tempfile.html#tempfile.tempdir name: tempdir uid: tempfile.tempdir +- fullName: termios.TCSADRAIN + href: https://docs.python.org/3/library/termios.html#termios.TCSADRAIN + name: TCSADRAIN + uid: termios.TCSADRAIN +- fullName: termios.TCSAFLUSH + href: https://docs.python.org/3/library/termios.html#termios.TCSAFLUSH + name: TCSAFLUSH + uid: termios.TCSAFLUSH +- fullName: termios.TCSANOW + href: https://docs.python.org/3/library/termios.html#termios.TCSANOW + name: TCSANOW + uid: termios.TCSANOW - fullName: test.support.ALWAYS_EQ href: https://docs.python.org/3/library/test.html#test.support.ALWAYS_EQ name: ALWAYS_EQ @@ -35395,6 +35419,10 @@ references: href: https://docs.python.org/3/library/code.html#code.InteractiveInterpreter name: InteractiveInterpreter uid: code.InteractiveInterpreter +- fullName: codecs.Codec + href: https://docs.python.org/3/library/codecs.html#codecs.Codec + name: Codec + uid: codecs.Codec - fullName: codecs.CodecInfo href: https://docs.python.org/3/library/codecs.html#codecs.CodecInfo name: CodecInfo From 9033f14328406b3847de5a4e35e9fe238a466344 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Thu, 26 Oct 2023 02:03:10 +0000 Subject: [PATCH 3/4] CI Update Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=393804&view=results --- xrefmap.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/xrefmap.yml b/xrefmap.yml index 64dc10d..6e65e07 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -7399,10 +7399,34 @@ references: href: https://docs.python.org/3/library/bz2.html#bz2.BZ2Decompressor.decompress name: decompress uid: bz2.BZ2Decompressor.decompress +- fullName: bz2.BZ2File.fileno + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.fileno + name: fileno + uid: bz2.BZ2File.fileno - fullName: bz2.BZ2File.peek href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.peek name: peek uid: bz2.BZ2File.peek +- fullName: bz2.BZ2File.read1 + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.read1 + name: read1 + uid: bz2.BZ2File.read1 +- fullName: bz2.BZ2File.readable + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.readable + name: readable + uid: bz2.BZ2File.readable +- fullName: bz2.BZ2File.readinto + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.readinto + name: readinto + uid: bz2.BZ2File.readinto +- fullName: bz2.BZ2File.seekable + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.seekable + name: seekable + uid: bz2.BZ2File.seekable +- fullName: bz2.BZ2File.writable + href: https://docs.python.org/3/library/bz2.html#bz2.BZ2File.writable + name: writable + uid: bz2.BZ2File.writable - fullName: calendar.Calendar.itermonthdates href: https://docs.python.org/3/library/calendar.html#calendar.Calendar.itermonthdates name: itermonthdates From 9a49fba1ff684b857698fbd4e74a861a6aba8464 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Wed, 8 Nov 2023 17:28:34 +0000 Subject: [PATCH 4/4] CI Update Build.Reason:Manual by Den Delimarsky Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=396756&view=results --- .../msal.application.ClientApplication.yml | 30 +--- ...lication.ConfidentialClientApplication.yml | 30 +--- ...al.application.PublicClientApplication.yml | 31 +++- xrefmap.yml | 156 ++++++++++++------ 4 files changed, 142 insertions(+), 105 deletions(-) diff --git a/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml b/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml index 52620ed..3357c81 100644 --- a/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml +++ b/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml @@ -96,11 +96,11 @@ constructor: defaultValue: 'True' types: - - - name: cache + - name: token_cache description: 'Sets the token cache used by this ClientApplication instance. By default, an in-memory cache will be created and used.' - isRequired: true + defaultValue: None types: - - name: http_client @@ -294,29 +294,7 @@ constructor: types: - - name: allow_broker - description: "This parameter is NOT applicable to .\n\ - \nA broker is a component installed on your device.\nBroker implicitly gives\ - \ your device an identity. By using a broker,\nyour device becomes a factor\ - \ that can satisfy MFA (Multi-factor authentication).\nThis factor would become\ - \ mandatory\nif a tenant's admin enables a corresponding Conditional Access\ - \ (CA) policy.\nThe broker's presence allows Microsoft identity platform\nto\ - \ have higher confidence that the tokens are being issued to your device,\n\ - and that is more secure.\n\nAn additional benefit of broker is,\nit runs as\ - \ a long-lived process with your device's OS,\nand maintains its own cache,\n\ - so that your broker-enabled apps (even a CLI)\ncould automatically SSO from\ - \ a previously established signed-in session.\n\nThis parameter defaults to\ - \ None, which means MSAL will not utilize a broker.\nIf this parameter is set\ - \ to True,\nMSAL will use the broker whenever possible,\nand automatically fall\ - \ back to non-broker behavior.\nThat also means your app does not need to enable\ - \ broker conditionally,\nyou can always set allow_broker to True,\nas long as\ - \ your app meets the following prerequisite:\n\n* Installed optional dependency,\ - \ e.g. `pip install msal[broker]>=1.20,<2`. (Note that broker is currently only\ - \ available on Windows 10+) \n\n* Register a new redirect_uri for your desktop\ - \ app as: `ms-appx-web://Microsoft.AAD.BrokerPlugin/your_client_id` \n\n* Tested\ - \ your app in following scenarios: \n\n * Windows 10+ \n\n * PublicClientApplication's\ - \ following methods:: acquire_token_interactive(), acquire_token_by_username_password(),\ - \ acquire_token_silent() (or acquire_token_silent_with_error()). \n\n * AAD\ - \ and MSA accounts (i.e. Non-ADFS, non-B2C) \n\nNew in version 1.20.0." + description: Deprecated. Please use `enable_broker_on_windows` instead. defaultValue: None types: - @@ -332,8 +310,6 @@ constructor: defaultValue: None types: - - - name: token_cache - defaultValue: None methods: - uid: msal.application.ClientApplication.acquire_token_by_auth_code_flow name: acquire_token_by_auth_code_flow diff --git a/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml b/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml index a721500..8da780e 100644 --- a/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml +++ b/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml @@ -96,11 +96,11 @@ constructor: defaultValue: 'True' types: - - - name: cache + - name: token_cache description: 'Sets the token cache used by this ClientApplication instance. By default, an in-memory cache will be created and used.' - isRequired: true + defaultValue: None types: - - name: http_client @@ -294,29 +294,7 @@ constructor: types: - - name: allow_broker - description: "This parameter is NOT applicable to .\n\ - \nA broker is a component installed on your device.\nBroker implicitly gives\ - \ your device an identity. By using a broker,\nyour device becomes a factor\ - \ that can satisfy MFA (Multi-factor authentication).\nThis factor would become\ - \ mandatory\nif a tenant's admin enables a corresponding Conditional Access\ - \ (CA) policy.\nThe broker's presence allows Microsoft identity platform\nto\ - \ have higher confidence that the tokens are being issued to your device,\n\ - and that is more secure.\n\nAn additional benefit of broker is,\nit runs as\ - \ a long-lived process with your device's OS,\nand maintains its own cache,\n\ - so that your broker-enabled apps (even a CLI)\ncould automatically SSO from\ - \ a previously established signed-in session.\n\nThis parameter defaults to\ - \ None, which means MSAL will not utilize a broker.\nIf this parameter is set\ - \ to True,\nMSAL will use the broker whenever possible,\nand automatically fall\ - \ back to non-broker behavior.\nThat also means your app does not need to enable\ - \ broker conditionally,\nyou can always set allow_broker to True,\nas long as\ - \ your app meets the following prerequisite:\n\n* Installed optional dependency,\ - \ e.g. `pip install msal[broker]>=1.20,<2`. (Note that broker is currently only\ - \ available on Windows 10+) \n\n* Register a new redirect_uri for your desktop\ - \ app as: `ms-appx-web://Microsoft.AAD.BrokerPlugin/your_client_id` \n\n* Tested\ - \ your app in following scenarios: \n\n * Windows 10+ \n\n * PublicClientApplication's\ - \ following methods:: acquire_token_interactive(), acquire_token_by_username_password(),\ - \ acquire_token_silent() (or acquire_token_silent_with_error()). \n\n * AAD\ - \ and MSA accounts (i.e. Non-ADFS, non-B2C) \n\nNew in version 1.20.0." + description: Deprecated. Please use `enable_broker_on_windows` instead. defaultValue: None types: - @@ -332,8 +310,6 @@ constructor: defaultValue: None types: - - - name: token_cache - defaultValue: None methods: - uid: msal.application.ConfidentialClientApplication.acquire_token_for_client name: acquire_token_for_client diff --git a/python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml b/python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml index 152cd33..cee54a4 100644 --- a/python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml +++ b/python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml @@ -5,12 +5,37 @@ fullName: msal.application.PublicClientApplication module: msal.application inheritances: - msal.application.ClientApplication -summary: 'Same as , - - except that `client_credential` parameter shall remain `None`.' +summary: "Same as ,\nexcept that `client_credential`\ + \ parameter shall remain `None`.\n\n> [!NOTE]\n> You may set enable_broker_on_windows\ + \ to True.\n>\n> \n>\n> What is a broker, and why use it?\n>\n> \n>\n> A broker\ + \ is a component installed on your device.\n>\n> Broker implicitly gives your device\ + \ an identity. By using a broker,\n>\n> your device becomes a factor that can satisfy\ + \ MFA (Multi-factor authentication).\n>\n> This factor would become mandatory\n\ + >\n> if a tenant's admin enables a corresponding Conditional Access (CA) policy.\n\ + >\n> The broker's presence allows Microsoft identity platform\n>\n> to have higher\ + \ confidence that the tokens are being issued to your device,\n>\n> and that is\ + \ more secure.\n>\n> \n>\n> An additional benefit of broker is,\n>\n> it runs as\ + \ a long-lived process with your device's OS,\n>\n> and maintains its own cache,\n\ + >\n> so that your broker-enabled apps (even a CLI)\n>\n> could automatically SSO\ + \ from a previously established signed-in session.\n>\n> \n>\n> ADFS and B2C do\ + \ not support broker.\n>\n> MSAL will automatically fallback to use browser.\n>\n\ + > \n>\n> You shall only enable broker when your app:\n>\n> \n>\n> is running on\ + \ supported platforms,\n>\n> and already registered their corresponding redirect_uri\n\ + >\n> \n>\n> ms-appx-web://Microsoft.AAD.BrokerPlugin/your_client_id\n>\n> if your\ + \ app is expected to run on Windows 10+\n>\n> \n>\n> installed broker dependency,\n\ + >\n> e.g. pip install msal[broker]>=1.25,<2.\n>\n> \n>\n> tested with acquire_token_interactive()\ + \ and acquire_token_silent().\n>" constructor: syntax: PublicClientApplication(client_id, client_credential=None, **kwargs) parameters: + - name: enable_broker_on_windows + description: 'This setting is only effective if your app is running on Windows + 10+. + + This parameter defaults to None, which means MSAL will not utilize a broker.' + isRequired: true + types: + - - name: client_id - name: client_credential defaultValue: None diff --git a/xrefmap.yml b/xrefmap.yml index 6e65e07..a0a2f35 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -16071,38 +16071,10 @@ references: href: https://docs.python.org/3/library/tkinter.font.html#tkinter.font.Font.metrics name: metrics uid: tkinter.font.Font.metrics -- fullName: tkinter.messagebox.askokcancel - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askokcancel - name: askokcancel - uid: tkinter.messagebox.askokcancel -- fullName: tkinter.messagebox.askquestion - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askquestion - name: askquestion - uid: tkinter.messagebox.askquestion -- fullName: tkinter.messagebox.askretrycancel - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askretrycancel - name: askretrycancel - uid: tkinter.messagebox.askretrycancel -- fullName: tkinter.messagebox.askyesno - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askyesno - name: askyesno - uid: tkinter.messagebox.askyesno -- fullName: tkinter.messagebox.askyesnocancel - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askyesnocancel - name: askyesnocancel - uid: tkinter.messagebox.askyesnocancel -- fullName: tkinter.messagebox.showerror - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showerror - name: showerror - uid: tkinter.messagebox.showerror -- fullName: tkinter.messagebox.showinfo - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showinfo - name: showinfo - uid: tkinter.messagebox.showinfo -- fullName: tkinter.messagebox.showwarning - href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showwarning - name: showwarning - uid: tkinter.messagebox.showwarning +- fullName: tkinter.messagebox.Message.show + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.Message.show + name: show + uid: tkinter.messagebox.Message.show - fullName: tkinter.simpledialog.Dialog.body href: https://docs.python.org/3/library/dialog.html#tkinter.simpledialog.Dialog.body name: body @@ -22123,6 +22095,10 @@ references: href: https://docs.python.org/3/library/socket.html#socket.AF_UNIX name: AF_UNIX uid: socket.AF_UNIX +- fullName: socket.AF_UNSPEC + href: https://docs.python.org/3/library/socket.html#socket.AF_UNSPEC + name: AF_UNSPEC + uid: socket.AF_UNSPEC - fullName: socket.AF_VSOCK href: https://docs.python.org/3/library/socket.html#socket.AF_VSOCK name: AF_VSOCK @@ -23623,6 +23599,70 @@ references: href: https://docs.python.org/3/library/tkinter.font.html#tkinter.font.ROMAN name: ROMAN uid: tkinter.font.ROMAN +- fullName: tkinter.messagebox.ABORT + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.ABORT + name: ABORT + uid: tkinter.messagebox.ABORT +- fullName: tkinter.messagebox.ABORTRETRYIGNORE + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.ABORTRETRYIGNORE + name: ABORTRETRYIGNORE + uid: tkinter.messagebox.ABORTRETRYIGNORE +- fullName: tkinter.messagebox.CANCEL + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.CANCEL + name: CANCEL + uid: tkinter.messagebox.CANCEL +- fullName: tkinter.messagebox.ERROR + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.ERROR + name: ERROR + uid: tkinter.messagebox.ERROR +- fullName: tkinter.messagebox.IGNORE + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.IGNORE + name: IGNORE + uid: tkinter.messagebox.IGNORE +- fullName: tkinter.messagebox.INFO + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.INFO + name: INFO + uid: tkinter.messagebox.INFO +- fullName: tkinter.messagebox.NO + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.NO + name: 'NO' + uid: tkinter.messagebox.NO +- fullName: tkinter.messagebox.OK + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.OK + name: OK + uid: tkinter.messagebox.OK +- fullName: tkinter.messagebox.OKCANCEL + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.OKCANCEL + name: OKCANCEL + uid: tkinter.messagebox.OKCANCEL +- fullName: tkinter.messagebox.QUESTION + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.QUESTION + name: QUESTION + uid: tkinter.messagebox.QUESTION +- fullName: tkinter.messagebox.RETRY + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.RETRY + name: RETRY + uid: tkinter.messagebox.RETRY +- fullName: tkinter.messagebox.RETRYCANCEL + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.RETRYCANCEL + name: RETRYCANCEL + uid: tkinter.messagebox.RETRYCANCEL +- fullName: tkinter.messagebox.WARNING + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.WARNING + name: WARNING + uid: tkinter.messagebox.WARNING +- fullName: tkinter.messagebox.YES + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.YES + name: 'YES' + uid: tkinter.messagebox.YES +- fullName: tkinter.messagebox.YESNO + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.YESNO + name: YESNO + uid: tkinter.messagebox.YESNO +- fullName: tkinter.messagebox.YESNOCANCEL + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.YESNOCANCEL + name: YESNOCANCEL + uid: tkinter.messagebox.YESNOCANCEL - fullName: token.AMPER href: https://docs.python.org/3/library/token.html#token.AMPER name: AMPER @@ -32379,6 +32419,10 @@ references: href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.register_callback name: register_callback uid: sys.monitoring.register_callback +- fullName: sys.monitoring.restart_events + href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.restart_events + name: restart_events + uid: sys.monitoring.restart_events - fullName: sys.monitoring.set_events href: https://docs.python.org/3/library/sys.monitoring.html#sys.monitoring.set_events name: set_events @@ -32751,10 +32795,6 @@ references: href: https://docs.python.org/3/library/test.html#test.support.load_package_tests name: load_package_tests uid: test.support.load_package_tests -- fullName: test.support.match_test - href: https://docs.python.org/3/library/test.html#test.support.match_test - name: match_test - uid: test.support.match_test - fullName: test.support.missing_compiler_executable href: https://docs.python.org/3/library/test.html#test.support.missing_compiler_executable name: missing_compiler_executable @@ -32903,18 +32943,10 @@ references: href: https://docs.python.org/3/library/test.html#test.support.requires_zlib name: requires_zlib uid: test.support.requires_zlib -- fullName: test.support.run_doctest - href: https://docs.python.org/3/library/test.html#test.support.run_doctest - name: run_doctest - uid: test.support.run_doctest - fullName: test.support.run_in_subinterp href: https://docs.python.org/3/library/test.html#test.support.run_in_subinterp name: run_in_subinterp uid: test.support.run_in_subinterp -- fullName: test.support.run_unittest - href: https://docs.python.org/3/library/test.html#test.support.run_unittest - name: run_unittest - uid: test.support.run_unittest - fullName: test.support.run_with_locale href: https://docs.python.org/3/library/test.html#test.support.run_with_locale name: run_with_locale @@ -32963,10 +32995,6 @@ references: href: https://docs.python.org/3/library/test.html#test.support.script_helper.spawn_python name: spawn_python uid: test.support.script_helper.spawn_python -- fullName: test.support.set_match_tests - href: https://docs.python.org/3/library/test.html#test.support.set_match_tests - name: set_match_tests - uid: test.support.set_match_tests - fullName: test.support.set_memlimit href: https://docs.python.org/3/library/test.html#test.support.set_memlimit name: set_memlimit @@ -33315,6 +33343,38 @@ references: href: https://docs.python.org/3/library/tkinter.font.html#tkinter.font.nametofont name: nametofont uid: tkinter.font.nametofont +- fullName: tkinter.messagebox.askokcancel + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askokcancel + name: askokcancel + uid: tkinter.messagebox.askokcancel +- fullName: tkinter.messagebox.askquestion + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askquestion + name: askquestion + uid: tkinter.messagebox.askquestion +- fullName: tkinter.messagebox.askretrycancel + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askretrycancel + name: askretrycancel + uid: tkinter.messagebox.askretrycancel +- fullName: tkinter.messagebox.askyesno + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askyesno + name: askyesno + uid: tkinter.messagebox.askyesno +- fullName: tkinter.messagebox.askyesnocancel + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.askyesnocancel + name: askyesnocancel + uid: tkinter.messagebox.askyesnocancel +- fullName: tkinter.messagebox.showerror + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showerror + name: showerror + uid: tkinter.messagebox.showerror +- fullName: tkinter.messagebox.showinfo + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showinfo + name: showinfo + uid: tkinter.messagebox.showinfo +- fullName: tkinter.messagebox.showwarning + href: https://docs.python.org/3/library/tkinter.messagebox.html#tkinter.messagebox.showwarning + name: showwarning + uid: tkinter.messagebox.showwarning - fullName: tkinter.simpledialog.askfloat href: https://docs.python.org/3/library/dialog.html#tkinter.simpledialog.askfloat name: askfloat