Skip to content

Commit 46786eb

Browse files
authored
Merge pull request #33 from scijava/conversion-map
Rewrite to_java and to_python as a set of converter objects
2 parents 43c34dc + ada6142 commit 46786eb

3 files changed

Lines changed: 414 additions & 112 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true,
7+
"python.formatting.provider": "black"
8+
}

0 commit comments

Comments
 (0)