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

Method set_fields

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

Source from the content-addressed store, hash-verified

2047
2048 # Set the struct fields values
2049 def set_fields(self, fbe_value):
2050 self.id.set(fbe_value.id)
2051 self.name.set(fbe_value.name)
2052 self.state.set(fbe_value.state)
2053 self.wallet.set(fbe_value.wallet)
2054 self.asset.set(fbe_value.asset)
2055 self.orders.set(fbe_value.orders)
2056
2057
2058# Fast Binary Encoding Account model

Callers 1

setMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected