Commit e0c6a6c
committed
Consolidate stream classes into single module
- Move AttachmentStream and DataStream from separate modules into av/stream.py
- Convert stream.pyx from Cython to pure Python
- Add missing 'options' property to Stream type hints
This consolidation reduces code duplication and simplifies the module
structure without changing the public API.1 parent f964e7a commit e0c6a6c
12 files changed
Lines changed: 106 additions & 107 deletions
Whitespace-only changes.
This file was deleted.
This file was deleted.
This file was deleted.
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments