MCPcopy
hub / github.com/pex-tool/pex / pop

Method pop

pex/orderedset.py:117–119  ·  view source on GitHub ↗
(self, last=True)

Source from the content-addressed store, hash-verified

115 return super(OrderedSet, self).__reversed__()
116
117 def pop(self, last=True):
118 # type: (bool) -> _I
119 return cast("_I", super(OrderedSet, self).pop(last=last))
120
121else:
122 OrderedSet = _OrderedSet

Callers 15

_calculate_markerFunction · 0.95
_iter_universal_targetsFunction · 0.95
_maybe_rewrite_projectFunction · 0.45
create_complete_platformFunction · 0.45
lint_enumFunction · 0.45
minimum_sys_modulesMethod · 0.45
stash_pythonpathMethod · 0.45
unstash_pythonpathMethod · 0.45
runMethod · 0.45
demoteMethod · 0.45
path_mappingFunction · 0.45
path_mappingsFunction · 0.45

Calls 1

castFunction · 0.90