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 2cb4836 commit 71f761eCopy full SHA for 71f761e
src/scyjava/_stubs/_dynamic_import.py
@@ -13,7 +13,8 @@ def setup_java_imports(
13
"""Setup a module to dynamically import Java class names.
14
15
This function creates a `__getattr__` function that, when called, will dynamically
16
- import the requested class from the Java namespace corresponding to this module.
+ import the requested class from the Java namespace corresponding to the calling
17
+ module.
18
19
:param module_name: The dotted name/identifier of the module that is calling this
20
function (usually `__name__` in the calling module).
0 commit comments