We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb147b commit 8471bc3Copy full SHA for 8471bc3
src/array_api/cli/_main.py
@@ -272,6 +272,7 @@ def generate_all(
272
for dir_path in (Path(cache_dir) / Path("src") / "array_api_stubs").iterdir():
273
if not dir_path.is_dir():
274
continue
275
+ # 2021 is broken (no self keyword in `_array`` methods)
276
if "2021" in dir_path.name:
277
278
# get module bodies
0 commit comments