MCPcopy Create free account
hub / github.com/braintree/braintree_python / for_object

Method for_object

braintree/errors.py:14–15  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

12 return self.errors.deep_errors
13
14 def for_object(self, key):
15 return self.errors.for_object(key)
16
17 def __len__(self):
18 return self.size

Calls

no outgoing calls