I am trying to call some methods in python package python-bioformats that uses javabridge to call a java lib called Bioformats.
When I call one of those methods, it returns following.
<Java object at 0x246ef80>
How can I check what this object is and how can I use it in python? Docs in Bioformats says it should be HashTable. If it is, I have no idea how to iterate it.
I am trying to call some methods in python package
python-bioformatsthat usesjavabridgeto call a java lib calledBioformats.When I call one of those methods, it returns following.
<Java object at 0x246ef80>How can I check what this object is and how can I use it in python? Docs in
Bioformatssays it should be HashTable. If it is, I have no idea how to iterate it.