Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ PopFront
Function
PopFront
tests/external/gmock-1.7.0/gtest/scripts/pump.py:443–446 ·
view source on GitHub ↗
(a_list)
Source
from the content-addressed store, hash-verified
441
442
443
def
PopFront(a_list):
444
head = a_list[0]
445
a_list[:1] = []
446
return
head
447
448
449
def
PushFront(a_list, elem):
Callers
2
PopToken
Function · 0.85
ParseAtomicCodeNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected