Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ default
Method
default
thirdparty/bottle/bottle.py:3005–3009 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3003
3004
@property
3005
def
default(self):
3006
try
:
3007
return
self[-1]
3008
except
IndexError:
3009
return
self.push()
3010
3011
3012
class
WSGIFileWrapper(object):
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected