_b_base_
Sometimes ctypes data instances do not own the memory block they contain, instead they share part of the memory block of a base object. The _b_base_
read-only member is the root ctypes object that owns the memory block.
_b_base_
Sometimes ctypes data instances do not own the memory block they contain, instead they share part of the memory block of a base object. The _b_base_
read-only member is the root ctypes object that owns the memory block.
Please login to continue.