MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / Bit

Class Bit

schemas/generate_model.py:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class Bit(object):
34 def __init__(self):
35 self.name = None
36 self.idx = None
37 self.container = None
38 self.length = 1
39
40 def __str__(self):
41 return f'(Bit: {self.name}, container:{self.container}, idx:{self.idx})'
42
43 __repr__ = __str__
44
45
46class Struct(object):

Callers 1

add_encoding_fieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected