Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

java.io.Closeable #17

Closed Thrameos closed 6 years ago

Thrameos commented 7 years ago

Brandon would like to make sure he can use this structure to close our resources.

with MyResource() as resource:
   resource.doSomething()
#  resource.close() called here
Thrameos commented 6 years ago

Now part of the master.