Commit e64e8f0
refactor: clean up scalar function docstrings and remove dead code
- Remove mentions of HAVE_MORE_OUTPUT and FINALIZE from public docstrings
- Remove dead code that handled FINALIZE signal (scalar functions don't use it)
- Simplify run() method to use while True loop (exits via generator.close())
- Clean up internal comments
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a952fb4 commit e64e8f0
3 files changed
Lines changed: 9 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1818 | 1818 | | |
1819 | 1819 | | |
1820 | 1820 | | |
1821 | | - | |
1822 | | - | |
| 1821 | + | |
1823 | 1822 | | |
1824 | 1823 | | |
1825 | 1824 | | |
1826 | 1825 | | |
1827 | 1826 | | |
1828 | 1827 | | |
1829 | | - | |
1830 | | - | |
| 1828 | + | |
1831 | 1829 | | |
1832 | 1830 | | |
1833 | 1831 | | |
| |||
1915 | 1913 | | |
1916 | 1914 | | |
1917 | 1915 | | |
1918 | | - | |
1919 | 1916 | | |
1920 | 1917 | | |
1921 | 1918 | | |
| |||
1925 | 1922 | | |
1926 | 1923 | | |
1927 | 1924 | | |
1928 | | - | |
| 1925 | + | |
1929 | 1926 | | |
1930 | 1927 | | |
1931 | 1928 | | |
| |||
1937 | 1934 | | |
1938 | 1935 | | |
1939 | 1936 | | |
1940 | | - | |
1941 | | - | |
| 1937 | + | |
1942 | 1938 | | |
1943 | 1939 | | |
1944 | 1940 | | |
| |||
2020 | 2016 | | |
2021 | 2017 | | |
2022 | 2018 | | |
2023 | | - | |
2024 | 2019 | | |
2025 | 2020 | | |
2026 | 2021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 323 | | |
329 | 324 | | |
330 | 325 | | |
| |||
0 commit comments