MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / set_fields

Method set_fields

projects/Python/proto/proto.py:1392–1394  ·  view source on GitHub ↗
(self, fbe_value)

Source from the content-addressed store, hash-verified

1390
1391 # Set the struct fields values
1392 def set_fields(self, fbe_value):
1393 self.currency.set(fbe_value.currency)
1394 self.amount.set(fbe_value.amount)
1395
1396
1397# Fast Binary Encoding Balance model

Callers 1

setMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected