Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ pop
Method
pop
recipes/Python/68445_Interfaces/recipe-68445.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
def
append(self,d):
56
self.data.append(d)
57
def
pop(self):
58
return
self.data.pop()
59
60
#
61
# Utilities functions for ensuring that classes well
Callers
4
printList
Function · 0.45
printUniqueCombinations
Function · 0.45
printCombinations
Function · 0.45
roundRobin
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected