Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11,036 changes: 3,186 additions & 7,850 deletions .basedpyright/baseline.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
# pymbolic
"ArithmeticExpression": "obj:pymbolic.ArithmeticExpression",
"Expression": "obj:pymbolic.typing.Expression",
# loopy
"Assignment": "class:loopy.kernel.instruction.Assignment",
"CallInstruction": "class:loopy.kernel.instruction.CallInstruction",
# arraycontext
"Array": "obj:arraycontext.Array",
# boxtree
Expand Down
Loading
Loading