Commit d6ae316
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 d6ae316
14 files changed
Lines changed: 108 additions & 111 deletions
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 | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
This file was deleted.
0 commit comments