Belle II Software  release-08-01-10
MmapByteArray Class Reference
Inheritance diagram for MmapByteArray:
Collaboration diagram for MmapByteArray:

Public Member Functions

def __init__ (self, source, bytelength=None, byteoffset=None)
 
def __getitem__ (self, key)
 
def __len__ (self)
 

Public Attributes

 source
 
 filelength
 
 byteoffset
 
 bytelength
 
 filemap
 

Static Private Attributes

tuple __slots__ = ('filemap', 'filelength', 'source', 'byteoffset', 'bytelength')
 

Detailed Description

Looks like a bytearray, but from an mmap.

Not part of public interface.

Definition at line 396 of file bitstring.py.


The documentation for this class was generated from the following file: