Undocument Item.width
It doesn't serve much of a purpose to users
This commit is contained in:
parent
1a4e73d599
commit
f153154b7a
@ -107,7 +107,6 @@ class Item(Generic[V]):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def width(self) -> int:
|
def width(self) -> int:
|
||||||
""":class:`int`: The width of the item."""
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user