MCPcopy 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
443def PopFront(a_list):
444 head = a_list[0]
445 a_list[:1] = []
446 return head
447
448
449def PushFront(a_list, elem):

Callers 2

PopTokenFunction · 0.85
ParseAtomicCodeNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected