Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _next
Method
_next
Lib/zipfile/_path/__init__.py:392–393 ·
view source on GitHub ↗
(self, at)
Source
from the content-addressed store, hash-verified
390
return
posixpath.dirname(path.at.rstrip(
"/"
)) == self.at.rstrip(
"/"
)
391
392
def
_next(self, at):
393
return
self.__class__(self.root, at)
394
395
def
is_dir(self):
396
return
not self.at or self.at.endswith(
"/"
)
Callers
2
joinpath
Method · 0.95
parent
Method · 0.95
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected