MCPcopy
hub / github.com/pyload/pyload / push

Method push

module/lib/bottle.py:1763–1768  ·  view source on GitHub ↗

Add a new :class:`Bottle` instance to the stack

(self, value=None)

Source from the content-addressed store, hash-verified

1761 return self[-1]
1762
1763 def push(self, value=None):
1764 """ Add a new :class:`Bottle` instance to the stack """
1765 if not isinstance(value, Bottle):
1766 value = Bottle()
1767 self.append(value)
1768 return value
1769
1770
1771class WSGIFileWrapper(object):

Callers 15

load_appFunction · 0.45
bottle.pyFile · 0.45
iFunction · 0.45
gaFunction · 0.45
bFunction · 0.45
waFunction · 0.45
xaFunction · 0.45
yaFunction · 0.45
fFunction · 0.45
yFunction · 0.45

Calls 2

BottleClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected