Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ append
Function
append
pex/compatibility.py:265–267 ·
view source on GitHub ↗
(piece)
Source
from the content-addressed store, hash-verified
263
pieces = deque()
# type: Deque[Text]
264
265
def
append(piece):
266
if
piece and piece !=
"."
:
267
pieces.appendleft(piece)
268
269
head, tail = os.path.split(path)
270
append(tail)
Callers
1
components
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected