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

Method set_fields

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

Source from the content-addressed store, hash-verified

1508
1509 # Set the struct fields values
1510 def set_fields(self, fbe_value):
1511 self.parent.set_fields(fbe_value)
1512 self.locked.set(fbe_value.locked)
1513
1514
1515# Fast Binary Encoding Balance model

Callers 1

setMethod · 0.95

Calls 2

set_fieldsMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected