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 5667374 commit bb39bdfCopy full SHA for bb39bdf
.github/workflows/test.yml
.gitignore
@@ -20,5 +20,4 @@ a.out
20
*.iml
21
.lsp
22
.clj-kondo
23
-pregen-ffi-test
24
-*~
+pregen-ffi-test
test/libpython_clj2/python_test.clj
@@ -365,7 +365,7 @@ class Foo:
365
bridged-dict (py/as-python {"a" 1 "b" 2})
366
bridged-iter (py/as-python (repeat 5 1))
367
bridged-list (py/as-python (vec (range 10)))
368
- pycol (py/import-module "collections.abc")
+ pycol (py/import-module "collections")
369
mapping-type (py/get-attr pycol "Mapping")
370
iter-type (py/get-attr pycol "Iterable")
371
sequence-type (py/get-attr pycol "Sequence")]
0 commit comments