File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ To enhance CPython compatibility, try to increase unittest coverage by checking
221
221
Another approach is to checkout the source code: builtin functions and object
222
222
methods are often the simplest and easiest way to contribute.
223
223
224
- You can also simply run ` ./ whats_left.py` to assist in finding any unimplemented
224
+ You can also simply run ` uv run python -I whats_left.py` to assist in finding any unimplemented
225
225
method.
226
226
227
227
## Compiling to WebAssembly
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env -S python3 -I
2
+ # /// script
3
+ # requires-python = ">=3.13"
4
+ # ///
2
5
3
6
# This script generates Lib/snippets/whats_left_data.py with these variables defined:
4
7
# expected_methods - a dictionary mapping builtin objects to their methods
You can’t perform that action at this time.
0 commit comments