We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43167f6 commit 3ce89feCopy full SHA for 3ce89fe
1 file changed
sjfirebase/tools/__init__.py
@@ -0,0 +1,6 @@
1
+from jnius import autoclass
2
+
3
4
+def is_jnull(obj):
5
+ Objects = autoclass("java.util.Objects")
6
+ return Objects.isNull(obj)
0 commit comments