Skip to content

Commit c8afba4

Browse files
committed
Shorten introspection to introspect
For conversion functions, we use the name `convert`. So let's be consistent with introspection functions. It's also more concise.
1 parent 363e7bc commit c8afba4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/scyjava/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
to_java,
9292
to_python,
9393
)
94-
from ._introspection import (
94+
from ._introspect import (
9595
attrs,
9696
fields,
9797
find_java,

0 commit comments

Comments
 (0)