Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ main
Method
main
tests/blackbox.py:117–120 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
115
lambda
*args, **kwargs: m)
116
117
def
main(self, *args):
118
self.monkeypatch.setattr(
119
sys,
'argv'
, [
'wal-e'
,
'--aws-instance-profile'
] + list(args))
120
return
cmd.main()
121
122
123
class
GsTestConfig(object):
Callers
nothing calls this directly
Calls
1
main
Method · 0.45
Tested by
no test coverage detected