Lines Matching defs:self
9 def __init__(self, file_path): argument
14 def __del__(self): argument
18 def new_block(self, sample_type, block_type, channel_id=0): argument
31 def get_block(self, sample_type, channel_id=0): argument
34 def get_block_or_create(self, sample_type, block_type, channel_id=0): argument
38 def flush(self, sample_type=None, channel_id=None): argument
50 def _write_header(self): argument
57 def __init__(self, sample_type, block_type, channel_id): argument
65 def metadata(self): argument
68 def flush(self, file): argument
85 def _header(self, data_size): argument
93 def _subheader(self): argument
96 def _samples_sizeof(self): argument
105 def period(self): argument
109 def period(self, value): argument
113 def frequency(self): argument
117 def frequency(self, value): argument
121 def start_time(self): argument
125 def start_time(self, value): argument
128 def add_sample(self, sample): argument
131 def _subheader(self): argument
137 def _samples_sizeof(self): argument
145 def start_time(self): argument
149 def start_time(self, value): argument
152 def add_sample(self, sample, timestamp): argument
155 def _subheader(self): argument
160 def _samples_sizeof(self): argument
165 def __init__(self): argument
169 def __getattr__(self, name): argument
195 def build(self): argument
198 def remove(self, key): argument
205 def _sizeof(self): argument
208 def _insert(self, type_idx, key, value): argument