MCPcopy Create free account
hub / github.com/datapane/datapane / default

Method default

python-client/src/datapane/_vendor/bottle.py:2607–2611  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2605
2606 @property
2607 def default(self):
2608 try:
2609 return self[-1]
2610 except IndexError:
2611 return self.push()
2612
2613
2614class WSGIFileWrapper(object):

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected