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 338d9b6 commit 8f7679fCopy full SHA for 8f7679f
test/Compat.jl
@@ -42,6 +42,7 @@ end
42
x1 = pylist()
43
x2 = PyCall.PyObject(x1)
44
x3 = Py(x2)
45
+ @test PythonCall.C.CTX.matches_pycall
46
@test pyisinstance(x3, pybuiltins.list)
47
@test pyis(x3, x1)
48
end
0 commit comments