MCPcopy Index your code
hub / github.com/webpy/webpy / get

Method get

web/utils.py:1304–1305  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

1302 return self.__dict__.copy()
1303
1304 def get(self, key, default=None):
1305 return self.__dict__.get(key, default)
1306
1307 def items(self):
1308 return self.__dict__.items()

Callers 9

storifyFunction · 0.45
__call__Method · 0.45
nthstrFunction · 0.45
sendmailFunction · 0.45
__init__Method · 0.45
sendMethod · 0.45
send_with_awsMethod · 0.45
send_with_smtpMethod · 0.45
default_email_senderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected