basedpyright 1.28.3 → 1.28.4

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.
Files changed (375) hide show
  1. package/dist/pyright-langserver.js +1 -1
  2. package/dist/pyright-langserver.js.map +1 -1
  3. package/dist/pyright.js +1 -1
  4. package/dist/pyright.js.map +1 -1
  5. package/dist/typeshed-fallback/commit.txt +1 -1
  6. package/dist/typeshed-fallback/stdlib/_hashlib.pyi +15 -2
  7. package/dist/typeshed-fallback/stdlib/_socket.pyi +2 -2
  8. package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +7 -4
  9. package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +2 -178
  10. package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +3 -2
  11. package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +3 -2
  12. package/dist/typeshed-fallback/stdlib/builtins.pyi +51 -33
  13. package/dist/typeshed-fallback/stdlib/configparser.pyi +61 -42
  14. package/dist/typeshed-fallback/stdlib/contextlib.pyi +5 -5
  15. package/dist/typeshed-fallback/stdlib/distutils/cmd.pyi +1 -1
  16. package/dist/typeshed-fallback/stdlib/distutils/dist.pyi +3 -3
  17. package/dist/typeshed-fallback/stdlib/distutils/fancy_getopt.pyi +15 -5
  18. package/dist/typeshed-fallback/stdlib/functools.pyi +18 -13
  19. package/dist/typeshed-fallback/stdlib/getopt.pyi +15 -3
  20. package/dist/typeshed-fallback/stdlib/hashlib.pyi +2 -1
  21. package/dist/typeshed-fallback/stdlib/heapq.pyi +2 -2
  22. package/dist/typeshed-fallback/stdlib/hmac.pyi +2 -2
  23. package/dist/typeshed-fallback/stdlib/http/server.pyi +2 -1
  24. package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +1 -1
  25. package/dist/typeshed-fallback/stdlib/importlib/readers.pyi +11 -7
  26. package/dist/typeshed-fallback/stdlib/inspect.pyi +10 -10
  27. package/dist/typeshed-fallback/stdlib/logging/config.pyi +6 -1
  28. package/dist/typeshed-fallback/stdlib/math.pyi +33 -3
  29. package/dist/typeshed-fallback/stdlib/multiprocessing/connection.pyi +9 -9
  30. package/dist/typeshed-fallback/stdlib/pathlib.pyi +13 -9
  31. package/dist/typeshed-fallback/stdlib/pkgutil.pyi +6 -6
  32. package/dist/typeshed-fallback/stdlib/shutil.pyi +9 -5
  33. package/dist/typeshed-fallback/stdlib/socketserver.pyi +8 -8
  34. package/dist/typeshed-fallback/stdlib/statistics.pyi +14 -15
  35. package/dist/typeshed-fallback/stdlib/tarfile.pyi +181 -162
  36. package/dist/typeshed-fallback/stdlib/types.pyi +27 -4
  37. package/dist/typeshed-fallback/stdlib/typing.pyi +10 -7
  38. package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +95 -48
  39. package/dist/typeshed-fallback/stdlib/unittest/case.pyi +5 -1
  40. package/dist/typeshed-fallback/stdlib/xml/dom/NodeFilter.pyi +7 -4
  41. package/dist/typeshed-fallback/stdlib/xml/dom/__init__.pyi +84 -53
  42. package/dist/typeshed-fallback/stdlib/xml/dom/expatbuilder.pyi +66 -45
  43. package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +524 -193
  44. package/dist/typeshed-fallback/stdlib/xml/dom/pulldom.pyi +70 -55
  45. package/dist/typeshed-fallback/stdlib/xml/dom/xmlbuilder.pyi +20 -49
  46. package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +13 -10
  47. package/dist/typeshed-fallback/stdlib/xml/etree/ElementPath.pyi +19 -12
  48. package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +83 -41
  49. package/dist/typeshed-fallback/stdlib/xml/sax/_exceptions.pyi +5 -5
  50. package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +53 -24
  51. package/dist/typeshed-fallback/stdlib/xml/sax/handler.pyi +48 -17
  52. package/dist/typeshed-fallback/stdlib/xml/sax/saxutils.pyi +24 -16
  53. package/dist/typeshed-fallback/stdlib/xml/sax/xmlreader.pyi +59 -56
  54. package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +0 -8
  55. package/dist/typeshed-fallback/stdlib/zipfile/_path/__init__.pyi +32 -52
  56. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/classic.pyi +6 -1
  57. package/dist/typeshed-fallback/stubs/Deprecated/deprecated/sphinx.pyi +1 -0
  58. package/dist/typeshed-fallback/stubs/Pygments/METADATA.toml +1 -1
  59. package/dist/typeshed-fallback/stubs/Pygments/pygments/plugin.pyi +11 -3
  60. package/dist/typeshed-fallback/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi +1 -1
  61. package/dist/typeshed-fallback/stubs/WTForms/wtforms/validators.pyi +13 -5
  62. package/dist/typeshed-fallback/stubs/WebOb/webob/__init__.pyi +15 -0
  63. package/dist/typeshed-fallback/stubs/WebOb/webob/_types.pyi +21 -0
  64. package/dist/typeshed-fallback/stubs/WebOb/webob/acceptparse.pyi +496 -285
  65. package/dist/typeshed-fallback/stubs/WebOb/webob/byterange.pyi +2 -0
  66. package/dist/typeshed-fallback/stubs/WebOb/webob/cachecontrol.pyi +75 -75
  67. package/dist/typeshed-fallback/stubs/WebOb/webob/client.pyi +2 -0
  68. package/dist/typeshed-fallback/stubs/WebOb/webob/compat.pyi +24 -0
  69. package/dist/typeshed-fallback/stubs/WebOb/webob/cookies.pyi +39 -34
  70. package/dist/typeshed-fallback/stubs/WebOb/webob/datetime_utils.pyi +16 -0
  71. package/dist/typeshed-fallback/stubs/WebOb/webob/dec.pyi +40 -40
  72. package/dist/typeshed-fallback/stubs/WebOb/webob/descriptors.pyi +23 -34
  73. package/dist/typeshed-fallback/stubs/WebOb/webob/etag.pyi +11 -18
  74. package/dist/typeshed-fallback/stubs/WebOb/webob/exc.pyi +70 -7
  75. package/dist/typeshed-fallback/stubs/WebOb/webob/headers.pyi +20 -2
  76. package/dist/typeshed-fallback/stubs/WebOb/webob/multidict.pyi +97 -31
  77. package/dist/typeshed-fallback/stubs/WebOb/webob/request.pyi +70 -79
  78. package/dist/typeshed-fallback/stubs/WebOb/webob/response.pyi +62 -62
  79. package/dist/typeshed-fallback/stubs/WebOb/webob/static.pyi +12 -9
  80. package/dist/typeshed-fallback/stubs/WebOb/webob/util.pyi +2 -5
  81. package/dist/typeshed-fallback/stubs/atheris/METADATA.toml +4 -0
  82. package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +1 -3
  83. package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +13 -13
  84. package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
  85. package/dist/typeshed-fallback/stubs/braintree/braintree/__init__.pyi +1 -0
  86. package/dist/typeshed-fallback/stubs/braintree/braintree/braintree_gateway.pyi +2 -0
  87. package/dist/typeshed-fallback/stubs/braintree/braintree/credit_card.pyi +1 -0
  88. package/dist/typeshed-fallback/stubs/braintree/braintree/error_codes.pyi +40 -0
  89. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_payment_resource.pyi +10 -0
  90. package/dist/typeshed-fallback/stubs/braintree/braintree/paypal_payment_resource_gateway.pyi +10 -0
  91. package/dist/typeshed-fallback/stubs/braintree/braintree/test/credit_card_numbers.pyi +1 -0
  92. package/dist/typeshed-fallback/stubs/braintree/braintree/test/nonces.pyi +1 -0
  93. package/dist/typeshed-fallback/stubs/cffi/METADATA.toml +2 -2
  94. package/dist/typeshed-fallback/stubs/cffi/_cffi_backend.pyi +8 -8
  95. package/dist/typeshed-fallback/stubs/cffi/cffi/recompiler.pyi +1 -0
  96. package/dist/typeshed-fallback/stubs/corus/METADATA.toml +4 -0
  97. package/dist/typeshed-fallback/stubs/dirhash/METADATA.toml +2 -0
  98. package/dist/typeshed-fallback/stubs/dirhash/dirhash/__init__.pyi +93 -0
  99. package/dist/typeshed-fallback/stubs/dirhash/dirhash/cli.pyi +5 -0
  100. package/dist/typeshed-fallback/stubs/fanstatic/METADATA.toml +1 -1
  101. package/dist/typeshed-fallback/stubs/fanstatic/fanstatic/registry.pyi +8 -3
  102. package/dist/typeshed-fallback/stubs/fpdf2/fpdf/fonts.pyi +2 -8
  103. package/dist/typeshed-fallback/stubs/geopandas/geopandas/geodataframe.pyi +1 -1
  104. package/dist/typeshed-fallback/stubs/geopandas/geopandas/io/sql.pyi +0 -3
  105. package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +1 -1
  106. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +1 -1
  107. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecffi.pyi +1 -1
  108. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/loop.pyi +1 -1
  109. package/dist/typeshed-fallback/stubs/google-cloud-ndb/METADATA.toml +0 -1
  110. package/dist/typeshed-fallback/stubs/greenlet/greenlet/_greenlet.pyi +5 -1
  111. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +1 -1
  112. package/dist/typeshed-fallback/stubs/hnswlib/METADATA.toml +1 -1
  113. package/dist/typeshed-fallback/stubs/hnswlib/hnswlib.pyi +8 -6
  114. package/dist/typeshed-fallback/stubs/humanfriendly/METADATA.toml +3 -0
  115. package/dist/typeshed-fallback/stubs/ibm-db/METADATA.toml +1 -1
  116. package/dist/typeshed-fallback/stubs/icalendar/icalendar/__init__.pyi +6 -6
  117. package/dist/typeshed-fallback/stubs/mock/METADATA.toml +1 -1
  118. package/dist/typeshed-fallback/stubs/mock/mock/backports.pyi +6 -1
  119. package/dist/typeshed-fallback/stubs/mock/mock/mock.pyi +1 -1
  120. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/_mysql.pyi +32 -32
  121. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/__init__.pyi +3 -0
  122. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clique.pyi +5 -4
  123. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi +3 -3
  124. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +5 -3
  125. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi +3 -3
  126. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi +3 -4
  127. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi +2 -1
  128. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/matching.pyi +2 -1
  129. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi +8 -2
  130. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi +2 -1
  131. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi +4 -2
  132. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi +33 -23
  133. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi +4 -2
  134. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi +2 -3
  135. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi +3 -1
  136. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi +6 -4
  137. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi +16 -8
  138. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi +7 -1
  139. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi +6 -3
  140. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/asteroidal.pyi +3 -2
  141. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/__init__.pyi +1 -0
  142. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/basic.pyi +8 -6
  143. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi +4 -3
  144. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi +5 -3
  145. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/covering.pyi +3 -1
  146. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi +13 -12
  147. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/extendability.pyi +5 -0
  148. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/generators.pyi +22 -8
  149. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matching.pyi +11 -5
  150. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi +9 -7
  151. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/projection.pyi +9 -5
  152. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi +3 -1
  153. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi +2 -3
  154. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/boundary.pyi +53 -58
  155. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/bridges.pyi +5 -6
  156. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi +7 -5
  157. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi +10 -2
  158. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/closeness.pyi +7 -7
  159. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi +9 -9
  160. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi +16 -3
  161. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi +2 -3
  162. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi +10 -3
  163. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi +4 -0
  164. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/group.pyi +16 -12
  165. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi +3 -1
  166. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/katz.pyi +15 -10
  167. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi +6 -4
  168. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/load.pyi +3 -4
  169. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/percolation.pyi +6 -2
  170. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/reaching.pyi +9 -3
  171. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/second_order.pyi +2 -1
  172. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi +5 -4
  173. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/trophic.pyi +5 -3
  174. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi +2 -3
  175. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/chordal.pyi +3 -3
  176. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/clique.pyi +9 -14
  177. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cluster.pyi +10 -7
  178. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi +2 -1
  179. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi +2 -20
  180. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/communicability_alg.pyi +3 -2
  181. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi +3 -3
  182. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/centrality.pyi +5 -2
  183. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/community_utils.pyi +2 -1
  184. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/divisive.pyi +5 -2
  185. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kclique.pyi +2 -1
  186. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi +7 -1
  187. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/label_propagation.pyi +4 -2
  188. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/louvain.pyi +13 -2
  189. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/lukes.pyi +2 -3
  190. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/modularity_max.pyi +3 -4
  191. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/community/quality.pyi +3 -2
  192. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/biconnected.pyi +5 -4
  193. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/connected.pyi +5 -4
  194. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/semiconnected.pyi +2 -3
  195. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi +5 -5
  196. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi +3 -3
  197. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi +29 -23
  198. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi +21 -5
  199. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi +17 -16
  200. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi +5 -4
  201. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi +7 -5
  202. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi +3 -2
  203. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi +5 -3
  204. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi +2 -1
  205. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/core.pyi +9 -8
  206. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/covering.pyi +4 -2
  207. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cuts.pyi +10 -9
  208. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/cycles.pyi +9 -6
  209. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/d_separation.pyi +3 -1
  210. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dag.pyi +13 -10
  211. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_measures.pyi +8 -9
  212. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/distance_regular.pyi +4 -3
  213. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominance.pyi +3 -2
  214. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/dominating.pyi +4 -2
  215. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/efficiency_measures.pyi +2 -1
  216. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/euler.pyi +8 -5
  217. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi +6 -7
  218. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi +4 -1
  219. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi +6 -7
  220. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi +6 -7
  221. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi +3 -2
  222. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/maxflow.pyi +34 -5
  223. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/mincost.pyi +7 -4
  224. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi +3 -1
  225. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi +5 -6
  226. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi +6 -7
  227. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/flow/utils.pyi +1 -0
  228. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graph_hashing.pyi +12 -4
  229. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/graphical.pyi +9 -6
  230. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hierarchy.pyi +1 -3
  231. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/hybrid.pyi +3 -2
  232. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isolate.pyi +4 -3
  233. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi +1 -0
  234. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi +11 -4
  235. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/isomorphvf2.pyi +5 -0
  236. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/temporalisomorphvf2.pyi +2 -0
  237. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi +2 -1
  238. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi +6 -3
  239. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/isomorphism/vf2userfunc.pyi +2 -0
  240. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi +9 -2
  241. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi +16 -14
  242. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/link_prediction.pyi +9 -10
  243. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi +5 -3
  244. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/matching.pyi +7 -6
  245. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/minors/contraction.pyi +10 -7
  246. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/mis.pyi +6 -1
  247. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/moral.pyi +2 -1
  248. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/node_classification.pyi +3 -2
  249. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/non_randomness.pyi +2 -3
  250. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/all.pyi +7 -4
  251. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/binary.pyi +11 -11
  252. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/product.pyi +14 -7
  253. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/operators/unary.pyi +2 -2
  254. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/planarity.pyi +6 -3
  255. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/polynomials.pyi +3 -2
  256. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/reciprocity.pyi +4 -3
  257. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/regular.pyi +4 -3
  258. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/richclub.pyi +3 -3
  259. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi +22 -3
  260. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi +7 -5
  261. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi +33 -11
  262. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi +9 -8
  263. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi +116 -30
  264. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/similarity.pyi +69 -55
  265. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/simple_paths.pyi +11 -8
  266. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smallworld.pyi +6 -6
  267. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/smetric.pyi +2 -1
  268. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/sparsifiers.pyi +3 -3
  269. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/structuralholes.pyi +5 -3
  270. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/summarization.pyi +5 -3
  271. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/swap.pyi +8 -5
  272. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/threshold.pyi +3 -4
  273. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/time_dependent.pyi +5 -0
  274. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tournament.pyi +8 -8
  275. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi +5 -2
  276. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi +16 -7
  277. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi +20 -8
  278. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi +2 -3
  279. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi +2 -3
  280. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/branchings.pyi +13 -6
  281. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/coding.pyi +8 -4
  282. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/mst.pyi +22 -6
  283. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/operations.pyi +2 -1
  284. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/tree/recognition.pyi +6 -4
  285. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/triads.pyi +11 -8
  286. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/vitality.pyi +2 -1
  287. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/voronoi.pyi +10 -1
  288. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/walks.pyi +5 -0
  289. package/dist/typeshed-fallback/stubs/networkx/networkx/algorithms/wiener.pyi +2 -3
  290. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/coreviews.pyi +3 -1
  291. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/graph.pyi +4 -3
  292. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multidigraph.pyi +2 -0
  293. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/multigraph.pyi +3 -0
  294. package/dist/typeshed-fallback/stubs/networkx/networkx/classes/reportviews.pyi +39 -9
  295. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/__init__.pyi +2 -0
  296. package/dist/typeshed-fallback/stubs/networkx/networkx/generators/time_series.pyi +4 -0
  297. package/dist/typeshed-fallback/stubs/passlib/passlib/hosts.pyi +3 -1
  298. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +19 -19
  299. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/descriptor.pyi +6 -0
  300. package/dist/typeshed-fallback/stubs/psycopg2/psycopg2/_psycopg.pyi +1 -1
  301. package/dist/typeshed-fallback/stubs/pycurl/METADATA.toml +1 -1
  302. package/dist/typeshed-fallback/stubs/pycurl/pycurl.pyi +18 -0
  303. package/dist/typeshed-fallback/stubs/pygit2/METADATA.toml +2 -0
  304. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/build_main.pyi +19 -7
  305. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/splash.pyi +18 -16
  306. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi +1 -1
  307. package/dist/typeshed-fallback/stubs/pynput/METADATA.toml +1 -1
  308. package/dist/typeshed-fallback/stubs/pynput/pynput/_util.pyi +4 -4
  309. package/dist/typeshed-fallback/stubs/pynput/pynput/keyboard/__init__.pyi +4 -2
  310. package/dist/typeshed-fallback/stubs/pynput/pynput/keyboard/_base.pyi +3 -0
  311. package/dist/typeshed-fallback/stubs/pynput/pynput/mouse/__init__.pyi +6 -3
  312. package/dist/typeshed-fallback/stubs/pyserial/serial/tools/miniterm.pyi +2 -2
  313. package/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi +3 -3
  314. package/dist/typeshed-fallback/stubs/pywin32/METADATA.toml +1 -1
  315. package/dist/typeshed-fallback/stubs/pywin32/pythoncom.pyi +19 -2
  316. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32con.pyi +4895 -4764
  317. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/win32timezone.pyi +81 -42
  318. package/dist/typeshed-fallback/stubs/pywin32/win32/lib/winerror.pyi +7258 -2574
  319. package/dist/typeshed-fallback/stubs/pywin32/win32/servicemanager.pyi +1 -1
  320. package/dist/typeshed-fallback/stubs/pywin32/win32/win32trace.pyi +1 -1
  321. package/dist/typeshed-fallback/stubs/pywin32/win32/win32ts.pyi +1 -0
  322. package/dist/typeshed-fallback/stubs/pywin32/win32com/client/__init__.pyi +3 -1
  323. package/dist/typeshed-fallback/stubs/regex/regex/regex.pyi +5 -5
  324. package/dist/typeshed-fallback/stubs/requests/requests/__init__.pyi +12 -13
  325. package/dist/typeshed-fallback/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi +3 -0
  326. package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +4 -3
  327. package/dist/typeshed-fallback/stubs/setuptools/distutils/ccompiler.pyi +11 -0
  328. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/base.pyi +1 -0
  329. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/errors.pyi +1 -0
  330. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/msvc.pyi +1 -0
  331. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi +2 -21
  332. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/archive_util.pyi +1 -1
  333. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/ccompiler.pyi +13 -178
  334. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi +6 -6
  335. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build.pyi +2 -2
  336. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi +2 -2
  337. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi +2 -2
  338. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build_py.pyi +3 -3
  339. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install.pyi +5 -5
  340. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_data.pyi +1 -1
  341. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi +4 -4
  342. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi +2 -2
  343. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/sdist.pyi +6 -6
  344. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi +6 -1
  345. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +196 -0
  346. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/errors.pyi +6 -0
  347. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +24 -0
  348. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/dist.pyi +23 -20
  349. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/errors.pyi +12 -6
  350. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/filelist.pyi +12 -11
  351. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/spawn.pyi +6 -1
  352. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +6 -6
  353. package/dist/typeshed-fallback/stubs/setuptools/setuptools/command/bdist_wheel.pyi +0 -2
  354. package/dist/typeshed-fallback/stubs/simplejson/simplejson/encoder.pyi +1 -1
  355. package/dist/typeshed-fallback/stubs/six/six/moves/builtins.pyi +0 -1
  356. package/dist/typeshed-fallback/stubs/tqdm/METADATA.toml +4 -1
  357. package/dist/typeshed-fallback/stubs/tqdm/tqdm/asyncio.pyi +4 -3
  358. package/dist/typeshed-fallback/stubs/tqdm/tqdm/std.pyi +10 -3
  359. package/dist/typeshed-fallback/stubs/tree-sitter-languages/METADATA.toml +6 -0
  360. package/dist/typeshed-fallback/stubs/vobject/vobject/vcard.pyi +15 -8
  361. package/dist/typeshed-fallback/stubs/watchpoints/METADATA.toml +2 -0
  362. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/__init__.pyi +10 -0
  363. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/ast_monkey.pyi +3 -0
  364. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/util.pyi +6 -0
  365. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch.pyi +68 -0
  366. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch_element.pyi +56 -0
  367. package/dist/typeshed-fallback/stubs/watchpoints/watchpoints/watch_print.pyi +24 -0
  368. package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
  369. package/package.json +1 -1
  370. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/__init__.pyi +0 -543
  371. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi +0 -8
  372. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi +0 -13
  373. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi +0 -14
  374. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi +0 -66
  375. package/dist/typeshed-fallback/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi +0 -49
@@ -1,18 +1,19 @@
1
- from _typeshed import Incomplete
1
+ from _typeshed import Incomplete, SupportsGetItem
2
2
 
3
+ from networkx.classes.graph import Graph, _Node
3
4
  from networkx.utils.backends import _dispatchable
4
5
 
5
6
  @_dispatchable
6
- def core_number(G): ...
7
+ def core_number(G: Graph[_Node]): ...
7
8
  @_dispatchable
8
- def k_core(G, k: Incomplete | None = None, core_number: Incomplete | None = None): ...
9
+ def k_core(G: Graph[_Node], k: int | None = None, core_number: SupportsGetItem[Incomplete, Incomplete] | None = None): ...
9
10
  @_dispatchable
10
- def k_shell(G, k: Incomplete | None = None, core_number: Incomplete | None = None): ...
11
+ def k_shell(G: Graph[_Node], k: int | None = None, core_number: SupportsGetItem[Incomplete, Incomplete] | None = None): ...
11
12
  @_dispatchable
12
- def k_crust(G, k: Incomplete | None = None, core_number: Incomplete | None = None): ...
13
+ def k_crust(G: Graph[_Node], k: int | None = None, core_number: SupportsGetItem[Incomplete, Incomplete] | None = None): ...
13
14
  @_dispatchable
14
- def k_corona(G, k, core_number: Incomplete | None = None): ...
15
+ def k_corona(G: Graph[_Node], k: int, core_number: SupportsGetItem[Incomplete, Incomplete] | None = None): ...
15
16
  @_dispatchable
16
- def k_truss(G, k): ...
17
+ def k_truss(G: Graph[_Node], k: int): ...
17
18
  @_dispatchable
18
- def onion_layers(G): ...
19
+ def onion_layers(G: Graph[_Node]): ...
@@ -1,8 +1,10 @@
1
1
  from _typeshed import Incomplete
2
+ from collections.abc import Callable
2
3
 
4
+ from networkx.classes.graph import Graph, _Node
3
5
  from networkx.utils.backends import _dispatchable
4
6
 
5
7
  @_dispatchable
6
- def min_edge_cover(G, matching_algorithm: Incomplete | None = None): ...
8
+ def min_edge_cover(G: Graph[_Node], matching_algorithm: Callable[..., Incomplete] | None = None): ...
7
9
  @_dispatchable
8
- def is_edge_cover(G, cover): ...
10
+ def is_edge_cover(G: Graph[_Node], cover: set[Incomplete]): ...
@@ -1,20 +1,21 @@
1
- from _typeshed import Incomplete
1
+ from collections.abc import Iterable
2
2
 
3
+ from networkx.classes.graph import Graph, _Node
3
4
  from networkx.utils.backends import _dispatchable
4
5
 
5
6
  @_dispatchable
6
- def cut_size(G, S, T: Incomplete | None = None, weight: Incomplete | None = None): ...
7
+ def cut_size(G: Graph[_Node], S: Iterable[_Node], T: Iterable[_Node] | None = None, weight: str | None = None): ...
7
8
  @_dispatchable
8
- def volume(G, S, weight: Incomplete | None = None): ...
9
+ def volume(G: Graph[_Node], S: Iterable[_Node], weight: str | None = None): ...
9
10
  @_dispatchable
10
- def normalized_cut_size(G, S, T: Incomplete | None = None, weight: Incomplete | None = None): ...
11
+ def normalized_cut_size(G: Graph[_Node], S: Iterable[_Node], T: Iterable[_Node] | None = None, weight: str | None = None): ...
11
12
  @_dispatchable
12
- def conductance(G, S, T: Incomplete | None = None, weight: Incomplete | None = None): ...
13
+ def conductance(G: Graph[_Node], S: Iterable[_Node], T: Iterable[_Node] | None = None, weight: str | None = None): ...
13
14
  @_dispatchable
14
- def edge_expansion(G, S, T: Incomplete | None = None, weight: Incomplete | None = None): ...
15
+ def edge_expansion(G: Graph[_Node], S: Iterable[_Node], T: Iterable[_Node] | None = None, weight: str | None = None): ...
15
16
  @_dispatchable
16
- def mixing_expansion(G, S, T: Incomplete | None = None, weight: Incomplete | None = None): ...
17
+ def mixing_expansion(G: Graph[_Node], S: Iterable[_Node], T: Iterable[_Node] | None = None, weight: str | None = None): ...
17
18
  @_dispatchable
18
- def node_expansion(G, S): ...
19
+ def node_expansion(G: Graph[_Node], S: Iterable[_Node]): ...
19
20
  @_dispatchable
20
- def boundary_expansion(G, S): ...
21
+ def boundary_expansion(G: Graph[_Node], S: Iterable[_Node]): ...
@@ -1,23 +1,26 @@
1
1
  from _typeshed import Incomplete
2
2
  from collections.abc import Generator
3
3
 
4
+ from networkx.classes.digraph import DiGraph
5
+ from networkx.classes.graph import Graph, _Node
4
6
  from networkx.utils.backends import _dispatchable
5
7
 
6
8
  @_dispatchable
7
- def cycle_basis(G, root: Incomplete | None = None): ...
9
+ def cycle_basis(G: Graph[_Node], root: _Node | None = None): ...
8
10
  @_dispatchable
9
- def simple_cycles(G, length_bound: Incomplete | None = None) -> Generator[Incomplete, Incomplete, None]: ...
11
+ def simple_cycles(G: Graph[_Node], length_bound: int | None = None) -> Generator[Incomplete, Incomplete, None]: ...
10
12
 
11
13
  class _NeighborhoodCache(dict[Incomplete, Incomplete]):
12
14
  G: Incomplete
15
+
13
16
  def __init__(self, G) -> None: ...
14
17
  def __missing__(self, v): ...
15
18
 
16
19
  @_dispatchable
17
- def chordless_cycles(G, length_bound: Incomplete | None = None) -> Generator[Incomplete, Incomplete, None]: ...
20
+ def chordless_cycles(G: DiGraph[_Node], length_bound: int | None = None) -> Generator[Incomplete, Incomplete, None]: ...
18
21
  @_dispatchable
19
- def recursive_simple_cycles(G): ...
22
+ def recursive_simple_cycles(G: DiGraph[_Node]): ...
20
23
  @_dispatchable
21
- def find_cycle(G, source: Incomplete | None = None, orientation: Incomplete | None = None): ...
24
+ def find_cycle(G: Graph[_Node], source=None, orientation=None): ...
22
25
  @_dispatchable
23
- def minimum_cycle_basis(G, weight: Incomplete | None = None): ...
26
+ def minimum_cycle_basis(G: Graph[_Node], weight: str | None = None): ...
@@ -1,3 +1,5 @@
1
+ from networkx.classes.digraph import DiGraph
2
+ from networkx.classes.graph import _Node
1
3
  from networkx.utils.backends import _dispatchable
2
4
 
3
5
  @_dispatchable
@@ -5,4 +7,4 @@ def d_separated(G, x, y, z): ...
5
7
  @_dispatchable
6
8
  def minimal_d_separator(G, u, v): ...
7
9
  @_dispatchable
8
- def is_minimal_d_separator(G, u, v, z): ...
10
+ def is_minimal_d_separator(G: DiGraph[_Node], x, y, z, *, included=None, restricted=None): ...
@@ -1,14 +1,14 @@
1
- from _typeshed import SupportsRichComparison
2
- from collections.abc import Callable, Generator, Iterable, Reversible
1
+ from _typeshed import Incomplete
2
+ from collections.abc import Callable, Generator, Iterable
3
3
 
4
4
  from networkx.classes.digraph import DiGraph
5
5
  from networkx.classes.graph import Graph, _Node
6
6
  from networkx.utils.backends import _dispatchable
7
7
 
8
8
  @_dispatchable
9
- def descendants(G: Graph[_Node], source: _Node) -> set[_Node]: ...
9
+ def descendants(G: Graph[_Node], source) -> set[_Node]: ...
10
10
  @_dispatchable
11
- def ancestors(G: Graph[_Node], source: _Node) -> set[_Node]: ...
11
+ def ancestors(G: Graph[_Node], source) -> set[_Node]: ...
12
12
  @_dispatchable
13
13
  def is_directed_acyclic_graph(G: Graph[_Node]) -> bool: ...
14
14
  @_dispatchable
@@ -17,25 +17,28 @@ def topological_generations(G: DiGraph[_Node]) -> Generator[list[_Node], None, N
17
17
  def topological_sort(G: DiGraph[_Node]) -> Generator[_Node, None, None]: ...
18
18
  @_dispatchable
19
19
  def lexicographical_topological_sort(
20
- G: DiGraph[_Node], key: Callable[[_Node], SupportsRichComparison] | None = None
20
+ G: DiGraph[_Node], key: Callable[..., Incomplete] | None = None
21
21
  ) -> Generator[_Node, None, None]: ...
22
22
  @_dispatchable
23
23
  def all_topological_sorts(G: DiGraph[_Node]) -> Generator[list[_Node], None, None]: ...
24
24
  @_dispatchable
25
25
  def is_aperiodic(G: DiGraph[_Node]) -> bool: ...
26
26
  @_dispatchable
27
- def transitive_closure(G: Graph[_Node], reflexive: bool = False) -> Graph[_Node]: ...
27
+ def transitive_closure(G: Graph[_Node], reflexive=False) -> Graph[_Node]: ...
28
28
  @_dispatchable
29
- def transitive_closure_dag(G: DiGraph[_Node], reflexive: bool = False) -> DiGraph[_Node]: ...
29
+ def transitive_closure_dag(G: DiGraph[_Node], topo_order: Iterable[Incomplete] | None = None) -> DiGraph[_Node]: ...
30
30
  @_dispatchable
31
31
  def transitive_reduction(G: DiGraph[_Node]) -> DiGraph[_Node]: ...
32
32
  @_dispatchable
33
- def antichains(G: DiGraph[_Node], topo_order: Reversible[_Node] | None = None) -> Generator[list[_Node], None, None]: ...
33
+ def antichains(G: DiGraph[_Node], topo_order: Iterable[Incomplete] | None = None) -> Generator[list[_Node], None, None]: ...
34
34
  @_dispatchable
35
35
  def dag_longest_path(
36
- G: DiGraph[_Node], weight: str = "weight", default_weight: int = 1, topo_order: Iterable[_Node] | None = None
36
+ G: DiGraph[_Node],
37
+ weight: str | None = "weight",
38
+ default_weight: int | None = 1,
39
+ topo_order: Iterable[Incomplete] | None = None,
37
40
  ) -> list[_Node]: ...
38
41
  @_dispatchable
39
- def dag_longest_path_length(G: DiGraph[_Node], weight: str = "weight", default_weight: int = 1) -> int: ...
42
+ def dag_longest_path_length(G: DiGraph[_Node], weight: str | None = "weight", default_weight: int | None = 1) -> int: ...
40
43
  @_dispatchable
41
44
  def dag_to_branching(G: Graph[_Node]) -> Graph[_Node]: ...
@@ -1,18 +1,17 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
- def eccentricity(G, v: Incomplete | None = None, sp: Incomplete | None = None, weight: Incomplete | None = None): ...
5
+ def eccentricity(G: Graph[_Node], v: _Node | None = None, sp=None, weight: str | None = None): ...
7
6
  @_dispatchable
8
- def diameter(G, e: Incomplete | None = None, usebounds: bool = False, weight: Incomplete | None = None): ...
7
+ def diameter(G: Graph[_Node], e=None, usebounds=False, weight: str | None = None): ...
9
8
  @_dispatchable
10
- def periphery(G, e: Incomplete | None = None, usebounds: bool = False, weight: Incomplete | None = None): ...
9
+ def periphery(G: Graph[_Node], e=None, usebounds=False, weight: str | None = None): ...
11
10
  @_dispatchable
12
- def radius(G, e: Incomplete | None = None, usebounds: bool = False, weight: Incomplete | None = None): ...
11
+ def radius(G: Graph[_Node], e=None, usebounds=False, weight: str | None = None): ...
13
12
  @_dispatchable
14
- def center(G, e: Incomplete | None = None, usebounds: bool = False, weight: Incomplete | None = None): ...
13
+ def center(G: Graph[_Node], e=None, usebounds=False, weight: str | None = None): ...
15
14
  @_dispatchable
16
- def barycenter(G, weight: Incomplete | None = None, attr: Incomplete | None = None, sp: Incomplete | None = None): ...
15
+ def barycenter(G, weight: str | None = None, attr=None, sp=None): ...
17
16
  @_dispatchable
18
- def resistance_distance(G, nodeA, nodeB, weight: Incomplete | None = None, invert_weight: bool = True): ...
17
+ def resistance_distance(G: Graph[_Node], nodeA=None, nodeB=None, weight: str | None = None, invert_weight: bool = True): ...
@@ -1,10 +1,11 @@
1
+ from networkx.classes.graph import Graph, _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def is_distance_regular(G): ...
5
+ def is_distance_regular(G: Graph[_Node]): ...
5
6
  @_dispatchable
6
7
  def global_parameters(b, c): ...
7
8
  @_dispatchable
8
- def intersection_array(G): ...
9
+ def intersection_array(G: Graph[_Node]): ...
9
10
  @_dispatchable
10
- def is_strongly_regular(G): ...
11
+ def is_strongly_regular(G: Graph[_Node]): ...
@@ -1,6 +1,7 @@
1
+ from networkx.classes.graph import Graph, _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def immediate_dominators(G, start): ...
5
+ def immediate_dominators(G: Graph[_Node], start: _Node): ...
5
6
  @_dispatchable
6
- def dominance_frontiers(G, start): ...
7
+ def dominance_frontiers(G: Graph[_Node], start: _Node): ...
@@ -1,8 +1,10 @@
1
1
  from _typeshed import Incomplete
2
+ from collections.abc import Iterable
2
3
 
4
+ from networkx.classes.graph import Graph, _Node
3
5
  from networkx.utils.backends import _dispatchable
4
6
 
5
7
  @_dispatchable
6
- def dominating_set(G, start_with: Incomplete | None = None): ...
8
+ def dominating_set(G: Graph[_Node], start_with: _Node | None = None): ...
7
9
  @_dispatchable
8
- def is_dominating_set(G, nbunch): ...
10
+ def is_dominating_set(G: Graph[_Node], nbunch: Iterable[Incomplete]): ...
@@ -1,7 +1,8 @@
1
+ from networkx.classes.graph import _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def efficiency(G, u, v): ...
5
+ def efficiency(G, u: _Node, v: _Node): ...
5
6
  @_dispatchable
6
7
  def global_efficiency(G): ...
7
8
  @_dispatchable
@@ -1,17 +1,20 @@
1
1
  from _typeshed import Incomplete
2
2
  from collections.abc import Generator
3
3
 
4
+ from networkx.classes.graph import Graph, _Node
4
5
  from networkx.utils.backends import _dispatchable
5
6
 
6
7
  @_dispatchable
7
- def is_eulerian(G): ...
8
+ def is_eulerian(G: Graph[_Node]): ...
8
9
  @_dispatchable
9
10
  def is_semieulerian(G): ...
10
11
  @_dispatchable
11
- def eulerian_circuit(G, source: Incomplete | None = None, keys: bool = False) -> Generator[Incomplete, Incomplete, None]: ...
12
+ def eulerian_circuit(
13
+ G: Graph[_Node], source: _Node | None = None, keys: bool = False
14
+ ) -> Generator[Incomplete, Incomplete, None]: ...
12
15
  @_dispatchable
13
- def has_eulerian_path(G, source: Incomplete | None = None): ...
16
+ def has_eulerian_path(G: Graph[_Node], source: _Node | None = None): ...
14
17
  @_dispatchable
15
- def eulerian_path(G, source: Incomplete | None = None, keys: bool = False) -> Generator[Incomplete, Incomplete, None]: ...
18
+ def eulerian_path(G: Graph[_Node], source=None, keys: bool = False) -> Generator[Incomplete, Incomplete, None]: ...
16
19
  @_dispatchable
17
- def eulerize(G): ...
20
+ def eulerize(G: Graph[_Node]): ...
@@ -1,14 +1,13 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def boykov_kolmogorov(
7
- G,
8
- s,
9
- t,
6
+ G: Graph[_Node],
7
+ s: _Node,
8
+ t: _Node,
10
9
  capacity: str = "capacity",
11
- residual: Incomplete | None = None,
10
+ residual: Graph[_Node] | None = None,
12
11
  value_only: bool = False,
13
- cutoff: Incomplete | None = None,
12
+ cutoff: float | None = None,
14
13
  ): ...
@@ -1,4 +1,7 @@
1
+ from networkx.classes.graph import Graph, _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def capacity_scaling(G, demand: str = "demand", capacity: str = "capacity", weight: str = "weight", heap=...): ...
5
+ def capacity_scaling(
6
+ G: Graph[_Node], demand: str = "demand", capacity: str = "capacity", weight: str = "weight", heap: type = ...
7
+ ): ...
@@ -1,14 +1,13 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def dinitz(
7
- G,
8
- s,
9
- t,
6
+ G: Graph[_Node],
7
+ s: _Node,
8
+ t: _Node,
10
9
  capacity: str = "capacity",
11
- residual: Incomplete | None = None,
10
+ residual: Graph[_Node] | None = None,
12
11
  value_only: bool = False,
13
- cutoff: Incomplete | None = None,
12
+ cutoff: float | None = None,
14
13
  ): ...
@@ -1,14 +1,13 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def edmonds_karp(
7
- G,
8
- s,
9
- t,
6
+ G: Graph[_Node],
7
+ s: _Node,
8
+ t: _Node,
10
9
  capacity: str = "capacity",
11
- residual: Incomplete | None = None,
10
+ residual: Graph[_Node] | None = None,
12
11
  value_only: bool = False,
13
- cutoff: Incomplete | None = None,
12
+ cutoff: float | None = None,
14
13
  ): ...
@@ -1,12 +1,13 @@
1
1
  from _typeshed import Incomplete
2
+ from collections.abc import Callable
2
3
 
4
+ from networkx.classes.graph import Graph, _Node
3
5
  from networkx.utils.backends import _dispatchable
4
6
 
5
7
  from .edmondskarp import edmonds_karp
6
8
 
7
9
  __all__ = ["gomory_hu_tree"]
8
-
9
10
  default_flow_func = edmonds_karp
10
11
 
11
12
  @_dispatchable
12
- def gomory_hu_tree(G, capacity: str = "capacity", flow_func: Incomplete | None = None): ...
13
+ def gomory_hu_tree(G: Graph[_Node], capacity: str = "capacity", flow_func: Callable[..., Incomplete] | None = None): ...
@@ -1,18 +1,47 @@
1
1
  from _typeshed import Incomplete
2
+ from collections.abc import Callable
2
3
 
4
+ from networkx.classes.graph import Graph, _Node
3
5
  from networkx.utils.backends import _dispatchable
4
6
 
5
7
  from .preflowpush import preflow_push
6
8
 
7
9
  __all__ = ["maximum_flow", "maximum_flow_value", "minimum_cut", "minimum_cut_value"]
8
-
9
10
  default_flow_func = preflow_push
10
11
 
11
12
  @_dispatchable
12
- def maximum_flow(flowG, _s, _t, capacity: str = "capacity", flow_func: Incomplete | None = None, **kwargs): ...
13
+ def maximum_flow(
14
+ flowG: Graph[_Node],
15
+ _s: _Node,
16
+ _t: _Node,
17
+ capacity: str = "capacity",
18
+ flow_func: Callable[..., Incomplete] | None = None,
19
+ **kwargs,
20
+ ): ...
13
21
  @_dispatchable
14
- def maximum_flow_value(flowG, _s, _t, capacity: str = "capacity", flow_func: Incomplete | None = None, **kwargs): ...
22
+ def maximum_flow_value(
23
+ flowG: Graph[_Node],
24
+ _s: _Node,
25
+ _t: _Node,
26
+ capacity: str = "capacity",
27
+ flow_func: Callable[..., Incomplete] | None = None,
28
+ **kwargs,
29
+ ): ...
15
30
  @_dispatchable
16
- def minimum_cut(flowG, _s, _t, capacity: str = "capacity", flow_func: Incomplete | None = None, **kwargs): ...
31
+ def minimum_cut(
32
+ flowG: Graph[_Node],
33
+ _s: _Node,
34
+ _t: _Node,
35
+ capacity: str = "capacity",
36
+ flow_func: Callable[..., Incomplete] | None = None,
37
+ **kwargs,
38
+ ): ...
17
39
  @_dispatchable
18
- def minimum_cut_value(flowG, _s, _t, capacity: str = "capacity", flow_func: Incomplete | None = None, **kwargs): ...
40
+ def minimum_cut_value(
41
+ flowG: Graph[_Node],
42
+ _s: _Node,
43
+ _t: _Node,
44
+ capacity: str = "capacity",
45
+ flow_func: Callable[..., Incomplete] | None = None,
46
+ **kwargs,
47
+ ): ...
@@ -1,10 +1,13 @@
1
+ from _typeshed import Incomplete, SupportsGetItem
2
+
3
+ from networkx.classes.graph import Graph, _Node
1
4
  from networkx.utils.backends import _dispatchable
2
5
 
3
6
  @_dispatchable
4
- def min_cost_flow_cost(G, demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
7
+ def min_cost_flow_cost(G: Graph[_Node], demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
5
8
  @_dispatchable
6
- def min_cost_flow(G, demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
9
+ def min_cost_flow(G: Graph[_Node], demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
7
10
  @_dispatchable
8
- def cost_of_flow(G, flowDict, weight: str = "weight"): ...
11
+ def cost_of_flow(G: Graph[_Node], flowDict: SupportsGetItem[Incomplete, Incomplete], weight: str = "weight"): ...
9
12
  @_dispatchable
10
- def max_flow_min_cost(G, s, t, capacity: str = "capacity", weight: str = "weight"): ...
13
+ def max_flow_min_cost(G: Graph[_Node], s: str, t: str, capacity: str = "capacity", weight: str = "weight"): ...
@@ -1,6 +1,7 @@
1
1
  from _typeshed import Incomplete
2
2
  from collections.abc import Generator
3
3
 
4
+ from networkx.classes.graph import Graph, _Node
4
5
  from networkx.utils.backends import _dispatchable
5
6
 
6
7
  class _DataEssentialsAndFunctions:
@@ -22,6 +23,7 @@ class _DataEssentialsAndFunctions:
22
23
  next_node_dft: Incomplete
23
24
  prev_node_dft: Incomplete
24
25
  last_descendent_dft: Incomplete
26
+
25
27
  def __init__(self, G, multigraph, demand: str = "demand", capacity: str = "capacity", weight: str = "weight") -> None: ...
26
28
  def initialize_spanning_tree(self, n, faux_inf) -> None: ...
27
29
  def find_apex(self, p, q): ...
@@ -39,4 +41,4 @@ class _DataEssentialsAndFunctions:
39
41
  def find_leaving_edge(self, Wn, We): ...
40
42
 
41
43
  @_dispatchable
42
- def network_simplex(G, demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
44
+ def network_simplex(G: Graph[_Node], demand: str = "demand", capacity: str = "capacity", weight: str = "weight"): ...
@@ -1,14 +1,13 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def preflow_push(
7
- G,
8
- s,
9
- t,
6
+ G: Graph[_Node],
7
+ s: _Node,
8
+ t: _Node,
10
9
  capacity: str = "capacity",
11
- residual: Incomplete | None = None,
10
+ residual: Graph[_Node] | None = None,
12
11
  global_relabel_freq: float = 1,
13
12
  value_only: bool = False,
14
13
  ): ...
@@ -1,15 +1,14 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def shortest_augmenting_path(
7
- G,
8
- s,
9
- t,
6
+ G: Graph[_Node],
7
+ s: _Node,
8
+ t: _Node,
10
9
  capacity: str = "capacity",
11
- residual: Incomplete | None = None,
10
+ residual: Graph[_Node] | None = None,
12
11
  value_only: bool = False,
13
12
  two_phase: bool = False,
14
- cutoff: Incomplete | None = None,
13
+ cutoff: float | None = None,
15
14
  ): ...
@@ -10,6 +10,7 @@ class CurrentEdge:
10
10
  class Level:
11
11
  active: Incomplete
12
12
  inactive: Incomplete
13
+
13
14
  def __init__(self) -> None: ...
14
15
 
15
16
  class GlobalRelabelThreshold:
@@ -1,12 +1,20 @@
1
- from _typeshed import Incomplete
2
-
1
+ from networkx.classes.graph import Graph, _Node
3
2
  from networkx.utils.backends import _dispatchable
4
3
 
5
4
  @_dispatchable
6
5
  def weisfeiler_lehman_graph_hash(
7
- G, edge_attr: Incomplete | None = None, node_attr: Incomplete | None = None, iterations: int = 3, digest_size: int = 16
6
+ G: Graph[_Node],
7
+ edge_attr: str | None = None,
8
+ node_attr: str | None = None,
9
+ iterations: int | None = 3,
10
+ digest_size: int | None = 16,
8
11
  ): ...
9
12
  @_dispatchable
10
13
  def weisfeiler_lehman_subgraph_hashes(
11
- G, edge_attr: Incomplete | None = None, node_attr: Incomplete | None = None, iterations: int = 3, digest_size: int = 16
14
+ G: Graph[_Node],
15
+ edge_attr: str | None = None,
16
+ node_attr: str | None = None,
17
+ iterations: int | None = 3,
18
+ digest_size: int | None = 16,
19
+ include_initial_labels: bool | None = False,
12
20
  ): ...
@@ -1,14 +1,17 @@
1
+ from _typeshed import Incomplete
2
+ from collections.abc import Iterable
3
+
1
4
  from networkx.utils.backends import _dispatchable
2
5
 
3
6
  @_dispatchable
4
- def is_graphical(sequence, method: str = "eg"): ...
7
+ def is_graphical(sequence: Iterable[Incomplete], method="eg"): ...
5
8
  @_dispatchable
6
- def is_valid_degree_sequence_havel_hakimi(deg_sequence): ...
9
+ def is_valid_degree_sequence_havel_hakimi(deg_sequence: Iterable[Incomplete]): ...
7
10
  @_dispatchable
8
- def is_valid_degree_sequence_erdos_gallai(deg_sequence): ...
11
+ def is_valid_degree_sequence_erdos_gallai(deg_sequence: Iterable[Incomplete]): ...
9
12
  @_dispatchable
10
- def is_multigraphical(sequence): ...
13
+ def is_multigraphical(sequence: Iterable[Incomplete]): ...
11
14
  @_dispatchable
12
- def is_pseudographical(sequence): ...
15
+ def is_pseudographical(sequence: Iterable[Incomplete]): ...
13
16
  @_dispatchable
14
- def is_digraphical(in_sequence, out_sequence): ...
17
+ def is_digraphical(in_sequence: Iterable[Incomplete], out_sequence: Iterable[Incomplete]): ...
@@ -1,6 +1,4 @@
1
- from _typeshed import Incomplete
2
-
3
1
  from networkx.utils.backends import _dispatchable
4
2
 
5
3
  @_dispatchable
6
- def flow_hierarchy(G, weight: Incomplete | None = None): ...
4
+ def flow_hierarchy(G, weight: str | None = None): ...
@@ -1,6 +1,7 @@
1
+ from networkx.classes.graph import Graph, _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def kl_connected_subgraph(G, k, l, low_memory: bool = False, same_as_graph: bool = False): ...
5
+ def kl_connected_subgraph(G: Graph[_Node], k: int, l: int, low_memory: bool = False, same_as_graph: bool = False): ...
5
6
  @_dispatchable
6
- def is_kl_connected(G, k, l, low_memory: bool = False): ...
7
+ def is_kl_connected(G: Graph[_Node], k: int, l: int, low_memory: bool = False): ...
@@ -1,8 +1,9 @@
1
+ from networkx.classes.graph import Graph, _Node
1
2
  from networkx.utils.backends import _dispatchable
2
3
 
3
4
  @_dispatchable
4
- def is_isolate(G, n): ...
5
+ def is_isolate(G: Graph[_Node], n: _Node): ...
5
6
  @_dispatchable
6
- def isolates(G): ...
7
+ def isolates(G: Graph[_Node]): ...
7
8
  @_dispatchable
8
- def number_of_isolates(G): ...
9
+ def number_of_isolates(G: Graph[_Node]): ...
@@ -6,6 +6,7 @@ class ISMAGS:
6
6
  subgraph: Incomplete
7
7
  node_equality: Incomplete
8
8
  edge_equality: Incomplete
9
+
9
10
  def __init__(
10
11
  self,
11
12
  graph,