Fix cursor closed error, improve feed parsing, and update worker counts
This commit is contained in:
parent
ce19d301e6
commit
824ff0539d
523 changed files with 190411 additions and 355 deletions
10
lib/python3.12/site-packages/pip/_vendor/rich/region.py
Normal file
10
lib/python3.12/site-packages/pip/_vendor/rich/region.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from typing import NamedTuple
|
||||
|
||||
|
||||
class Region(NamedTuple):
|
||||
"""Defines a rectangular region of the screen."""
|
||||
|
||||
x: int
|
||||
y: int
|
||||
width: int
|
||||
height: int
|
||||
Loading…
Add table
Add a link
Reference in a new issue