Skip to content

Commit 83ead22

Browse files
authored
Add header for next section
1 parent 254f9ab commit 83ead22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stdlib/_typeshed/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ class SupportsItemAccess(Protocol[_KT_contra, _VT]):
197197
def __setitem__(self, key: _KT_contra, value: _VT, /) -> None: ...
198198
def __delitem__(self, key: _KT_contra, /) -> None: ...
199199

200+
# Path and file handling
201+
200202
StrPath: TypeAlias = str | PathLike[str] # stable
201203
BytesPath: TypeAlias = bytes | PathLike[bytes] # stable
202204
GenericPath: TypeAlias = AnyStr | PathLike[AnyStr]

0 commit comments

Comments
 (0)