MCPcopy
hub / github.com/nltk/nltk / pop

Method pop

nltk/tree/immutable.py:52–53  ·  view source on GitHub ↗
(self, v=None)

Source from the content-addressed store, hash-verified

50 raise ValueError("%s may not be modified" % type(self).__name__)
51
52 def pop(self, v=None):
53 raise ValueError("%s may not be modified" % type(self).__name__)
54
55 def remove(self, v):
56 raise ValueError("%s may not be modified" % type(self).__name__)

Callers 15

find_classFunction · 0.45
_strMethod · 0.45
_errorMethod · 0.45
usageFunction · 0.45
transitive_closureFunction · 0.45
discard_lineMethod · 0.45
readlineMethod · 0.45
popitemMethod · 0.45
_download_packageMethod · 0.45
clear_status_cacheMethod · 0.45
remove_childMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected