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

Method set_fields

projects/Python/proto/protoex.py:2166–2172  ·  view source on GitHub ↗
(self, fbe_value)

Source from the content-addressed store, hash-verified

2164
2165 # Set the struct fields values
2166 def set_fields(self, fbe_value):
2167 self.id.set(fbe_value.id)
2168 self.name.set(fbe_value.name)
2169 self.state.set(fbe_value.state)
2170 self.wallet.set(fbe_value.wallet)
2171 self.asset.set(fbe_value.asset)
2172 self.orders.set(fbe_value.orders)
2173
2174
2175# Fast Binary Encoding Account model

Callers 1

setMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected