basedpyright 1.19.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.LICENSE.txt +20 -0
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.LICENSE.txt +20 -0
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/README.md +1 -1
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/VERSIONS +2 -0
- package/dist/typeshed-fallback/stdlib/_asyncio.pyi +342 -0
- package/dist/typeshed-fallback/stdlib/_csv.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/_ctypes.pyi +14 -1
- package/dist/typeshed-fallback/stdlib/_io.pyi +642 -0
- package/dist/typeshed-fallback/stdlib/_operator.pyi +3 -45
- package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +6 -36
- package/dist/typeshed-fallback/stdlib/asyncio/futures.pyi +3 -138
- package/dist/typeshed-fallback/stdlib/asyncio/streams.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +12 -157
- package/dist/typeshed-fallback/stdlib/builtins.pyi +12 -2
- package/dist/typeshed-fallback/stdlib/bz2.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/code.pyi +5 -1
- package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +7 -8
- package/dist/typeshed-fallback/stdlib/csv.pyi +11 -4
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist.pyi +8 -8
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist_dumb.pyi +9 -8
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +18 -17
- package/dist/typeshed-fallback/stdlib/distutils/command/bdist_rpm.pyi +36 -35
- package/dist/typeshed-fallback/stdlib/distutils/command/build.pyi +11 -11
- package/dist/typeshed-fallback/stdlib/distutils/command/build_clib.pyi +10 -10
- package/dist/typeshed-fallback/stdlib/distutils/command/build_ext.pyi +24 -24
- package/dist/typeshed-fallback/stdlib/distutils/command/build_py.pyi +12 -11
- package/dist/typeshed-fallback/stdlib/distutils/command/build_scripts.pyi +8 -7
- package/dist/typeshed-fallback/stdlib/distutils/command/check.pyi +3 -2
- package/dist/typeshed-fallback/stdlib/distutils/command/clean.pyi +8 -7
- package/dist/typeshed-fallback/stdlib/distutils/command/config.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/distutils/command/install.pyi +21 -20
- package/dist/typeshed-fallback/stdlib/distutils/command/install_data.pyi +6 -5
- package/dist/typeshed-fallback/stdlib/distutils/command/install_egg_info.pyi +5 -4
- package/dist/typeshed-fallback/stdlib/distutils/command/install_headers.pyi +4 -3
- package/dist/typeshed-fallback/stdlib/distutils/command/install_lib.pyi +7 -6
- package/dist/typeshed-fallback/stdlib/distutils/command/install_scripts.pyi +6 -5
- package/dist/typeshed-fallback/stdlib/distutils/command/register.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/distutils/command/sdist.pyi +9 -9
- package/dist/typeshed-fallback/stdlib/distutils/command/upload.pyi +5 -4
- package/dist/typeshed-fallback/stdlib/distutils/core.pyi +4 -3
- package/dist/typeshed-fallback/stdlib/distutils/log.pyi +1 -0
- package/dist/typeshed-fallback/stdlib/email/message.pyi +7 -6
- package/dist/typeshed-fallback/stdlib/enum.pyi +15 -2
- package/dist/typeshed-fallback/stdlib/fileinput.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/hmac.pyi +3 -4
- package/dist/typeshed-fallback/stdlib/http/client.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/http/cookiejar.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/io.pyi +27 -582
- package/dist/typeshed-fallback/stdlib/ipaddress.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/itertools.pyi +25 -24
- package/dist/typeshed-fallback/stdlib/logging/config.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/mmap.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/operator.pyi +109 -1
- package/dist/typeshed-fallback/stdlib/optparse.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/os/__init__.pyi +22 -5
- package/dist/typeshed-fallback/stdlib/pickle.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/posixpath.pyi +13 -3
- package/dist/typeshed-fallback/stdlib/re.pyi +11 -11
- package/dist/typeshed-fallback/stdlib/shlex.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/sqlite3/__init__.pyi +4 -4
- package/dist/typeshed-fallback/stdlib/subprocess.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +3 -3
- package/dist/typeshed-fallback/stdlib/tkinter/ttk.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/traceback.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/types.pyi +5 -3
- package/dist/typeshed-fallback/stdlib/unittest/runner.pyi +2 -1
- package/dist/typeshed-fallback/stdlib/unittest/suite.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/weakref.pyi +4 -4
- package/dist/typeshed-fallback/stubs/beautifulsoup4/bs4/element.pyi +11 -2
- package/dist/typeshed-fallback/stubs/flake8-typing-imports/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/__init__.pyi +2 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/drawing.pyi +6 -2
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/enums.pyi +5 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +36 -2
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fpdf.pyi +70 -40
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/html.pyi +20 -27
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/image_datastructures.pyi +1 -4
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/line_break.pyi +4 -2
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/outline.pyi +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/table.pyi +1 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/template.pyi +5 -1
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/text_region.pyi +22 -2
- package/dist/typeshed-fallback/stubs/fpdf2/fpdf/unicode_script.pyi +172 -0
- package/dist/typeshed-fallback/stubs/gdb/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/FrameDecorator.pyi +7 -2
- package/dist/typeshed-fallback/stubs/gdb/gdb/FrameIterator.pyi +0 -1
- package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +120 -57
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/__init__.pyi +13 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/breakpoint.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/bt.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/disassemble.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/evaluate.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/events.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/frames.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/io.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/launch.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/locations.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/memory.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/modules.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/next.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/pause.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/scopes.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/server.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/sources.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/startup.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/state.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/threads.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/typecheck.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/dap/varref.pyi +3 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/disassembler.pyi +57 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/events.pyi +22 -62
- package/dist/typeshed-fallback/stubs/gdb/gdb/missing_debug.pyi +12 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/printing.pyi +25 -0
- package/dist/typeshed-fallback/stubs/gdb/gdb/unwinder.pyi +11 -1
- package/dist/typeshed-fallback/stubs/gevent/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/{monkey.pyi → monkey/__init__.pyi} +2 -3
- package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/api.pyi +7 -0
- package/dist/typeshed-fallback/stubs/gevent/gevent/queue.pyi +9 -1
- package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +6 -1
- package/dist/typeshed-fallback/stubs/html5lib/html5lib/serializer.pyi +2 -1
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +6 -0
- package/dist/typeshed-fallback/stubs/icalendar/icalendar/cal.pyi +44 -0
- package/dist/typeshed-fallback/stubs/networkx/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clique.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/matching.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/asteroidal.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/basic.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/covering.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/generators.pyi +9 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/projection.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/boundary.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bridges.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/broadcasting.pyi +9 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/group.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/load.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/second_order.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/trophic.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chains.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chordal.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/clique.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi +10 -10
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/communicability_alg.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/centrality.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/community_utils.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/divisive.pyi +10 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kclique.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/label_propagation.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/louvain.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/lukes.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/modularity_max.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/quality.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/attracting.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/biconnected.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/connected.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/semiconnected.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/utils.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/covering.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cuts.pyi +9 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cycles.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/d_separation.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +16 -16
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_measures.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominance.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominating.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/efficiency_measures.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/euler.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/maxflow.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/mincost.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/utils.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graph_hashing.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graphical.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hierarchy.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hybrid.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isolate.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_prediction.pyi +9 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/matching.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/minors/contraction.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/mis.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/moral.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/node_classification.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/all.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/binary.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/product.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/unary.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planar_drawing.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/polynomials.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/reciprocity.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/regular.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/richclub.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi +9 -9
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi +26 -26
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/simple_paths.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smallworld.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smetric.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/sparsifiers.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/structuralholes.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/summarization.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/swap.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tournament.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/branchings.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/coding.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/decomposition.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/mst.pyi +7 -7
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/operations.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/recognition.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/triads.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/vitality.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/voronoi.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/classes/function.pyi +2 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/convert.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/convert_matrix.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_agraph.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pydot.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/drawing/nx_pylab.pyi +7 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/atlas.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/classic.pyi +20 -20
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/cographs.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/community.pyi +11 -11
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/degree_seq.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/directed.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/duplication.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/ego.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/expanders.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/geometric.pyi +8 -8
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/harary_graph.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/internet_as_graphs.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/intersection.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/interval_graph.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/joint_degree_seq.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/lattice.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/line.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/mycielski.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/random_graphs.pyi +18 -18
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/small.pyi +24 -24
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/social.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/spectral_graph_forge.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/stochastic.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/sudoku.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/trees.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/generators/triads.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi +5 -5
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/attrmatrix.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/graphmatrix.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/laplacianmatrix.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/modularitymatrix.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/linalg/spectrum.pyi +6 -6
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/adjlist.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/edgelist.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gexf.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/gml.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graph6.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/graphml.pyi +4 -4
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/json_graph/tree.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/leda.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/p2g.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/pajek.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/readwrite/sparse6.pyi +3 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/relabel.pyi +2 -2
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/__init__.pyi +20 -1
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/backends.pyi +6 -3
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/configs.pyi +32 -0
- package/dist/typeshed-fallback/stubs/networkx/networkx/utils/misc.pyi +22 -0
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +64 -64
- package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/psycopg2/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errorcodes.pyi +307 -304
- package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/errors.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +1 -0
- package/dist/typeshed-fallback/stubs/pywin32/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pywin32/_win32typing.pyi +19 -1
- package/dist/typeshed-fallback/stubs/pywin32/isapi/simple.pyi +1 -3
- package/dist/typeshed-fallback/stubs/pywin32/isapi/threaded_extension.pyi +0 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/pywintypes.pyi +1 -4
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/regutil.pyi +0 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32evtlogutil.pyi +2 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32timezone.pyi +3 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32verstamp.pyi +21 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winnt.pyi +2 -5
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32api.pyi +3 -7
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32cred.pyi +6 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32gui.pyi +14 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32/win32service.pyi +1 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32/winxpgui.pyi +4 -5
- package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/debug.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/client/framework.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32com/client/__init__.pyi +2 -4
- package/dist/typeshed-fallback/stubs/pywin32/win32com/client/dynamic.pyi +3 -16
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/connect.pyi +0 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/dispatcher.pyi +5 -15
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/exception.pyi +0 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/policy.pyi +0 -10
- package/dist/typeshed-fallback/stubs/pywin32/win32com/server/util.pyi +0 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32com/universal.pyi +3 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/adsi/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/adb.pyi +2 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/codecontainer.pyi +1 -4
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/contexts.pyi +1 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/debugger.pyi +1 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/documents.pyi +2 -6
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/expressions.pyi +0 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/stackframe.pyi +0 -2
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axdebug/util.pyi +2 -5
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/debug.pyi +42 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/error.pyi +23 -9
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/framework.pyi +154 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapi.pyi +9 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/mapiutil.pyi +3 -10
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shell.pyi +1 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/shell/shellcon.pyi +14 -0
- package/dist/typeshed-fallback/stubs/pywin32/win32verstamp.pyi +1 -0
- package/dist/typeshed-fallback/stubs/requests/requests/cookies.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/__init__.pyi +14 -3
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/ccompiler.pyi +62 -62
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/cmd.pyi +4 -4
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_py.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/dist.pyi +1 -1
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/filelist.pyi +5 -5
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/sysconfig.pyi +2 -2
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +6 -6
- package/dist/typeshed-fallback/stubs/xmltodict/METADATA.toml +1 -1
- package/package.json +1 -1
- package/dist/typeshed-fallback/stubs/boto/METADATA.toml +0 -7
- package/dist/typeshed-fallback/stubs/boto/boto/__init__.pyi +0 -143
- package/dist/typeshed-fallback/stubs/boto/boto/auth.pyi +0 -112
- package/dist/typeshed-fallback/stubs/boto/boto/auth_handler.pyi +0 -10
- package/dist/typeshed-fallback/stubs/boto/boto/compat.pyi +0 -8
- package/dist/typeshed-fallback/stubs/boto/boto/connection.pyi +0 -178
- package/dist/typeshed-fallback/stubs/boto/boto/ec2/__init__.pyi +0 -11
- package/dist/typeshed-fallback/stubs/boto/boto/elb/__init__.pyi +0 -59
- package/dist/typeshed-fallback/stubs/boto/boto/exception.pyi +0 -148
- package/dist/typeshed-fallback/stubs/boto/boto/kms/__init__.pyi +0 -4
- package/dist/typeshed-fallback/stubs/boto/boto/kms/exceptions.pyi +0 -17
- package/dist/typeshed-fallback/stubs/boto/boto/kms/layer1.pyi +0 -78
- package/dist/typeshed-fallback/stubs/boto/boto/plugin.pyi +0 -10
- package/dist/typeshed-fallback/stubs/boto/boto/regioninfo.pyi +0 -23
- package/dist/typeshed-fallback/stubs/boto/boto/s3/__init__.pyi +0 -16
- package/dist/typeshed-fallback/stubs/boto/boto/s3/acl.pyi +0 -49
- package/dist/typeshed-fallback/stubs/boto/boto/s3/bucket.pyi +0 -192
- package/dist/typeshed-fallback/stubs/boto/boto/s3/bucketlistresultset.pyi +0 -86
- package/dist/typeshed-fallback/stubs/boto/boto/s3/bucketlogging.pyi +0 -14
- package/dist/typeshed-fallback/stubs/boto/boto/s3/connection.pyi +0 -142
- package/dist/typeshed-fallback/stubs/boto/boto/s3/cors.pyi +0 -36
- package/dist/typeshed-fallback/stubs/boto/boto/s3/deletemarker.pyi +0 -13
- package/dist/typeshed-fallback/stubs/boto/boto/s3/key.pyi +0 -235
- package/dist/typeshed-fallback/stubs/boto/boto/s3/keyfile.pyi +0 -29
- package/dist/typeshed-fallback/stubs/boto/boto/s3/lifecycle.pyi +0 -70
- package/dist/typeshed-fallback/stubs/boto/boto/s3/multidelete.pyi +0 -40
- package/dist/typeshed-fallback/stubs/boto/boto/s3/multipart.pyi +0 -74
- package/dist/typeshed-fallback/stubs/boto/boto/s3/prefix.pyi +0 -11
- package/dist/typeshed-fallback/stubs/boto/boto/s3/tagging.pyi +0 -23
- package/dist/typeshed-fallback/stubs/boto/boto/s3/user.pyi +0 -11
- package/dist/typeshed-fallback/stubs/boto/boto/s3/website.pyi +0 -83
- package/dist/typeshed-fallback/stubs/boto/boto/utils.pyi +0 -147
- package/dist/typeshed-fallback/stubs/playsound/METADATA.toml +0 -2
- package/dist/typeshed-fallback/stubs/playsound/playsound.pyi +0 -8
- package/dist/typeshed-fallback/stubs/pywin32/afxres.pyi +0 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32/_wincerapi.pyi +0 -73
- package/dist/typeshed-fallback/stubs/pywin32/win32/lib/afxres.pyi +0 -499
- package/dist/typeshed-fallback/stubs/pywin32/win32com/axscript/server/error.pyi +0 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32com/mapi/_exchdapi.pyi +0 -1
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/client/pyscript.pyi +0 -3
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/axscript/server/error.pyi +0 -6
- package/dist/typeshed-fallback/stubs/pywin32/win32comext/mapi/_exchdapi.pyi +0 -43
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.