MCPcopy Index your code
hub / github.com/apache/caldera / is_closeable

Method is_closeable

app/objects/c_operation.py:267–271  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

265 break
266
267 async def is_closeable(self):
268 if await self.is_finished() or self.auto_close:
269 self.state = self.states['FINISHED']
270 return True
271 return False
272
273 async def is_finished(self):
274 if self.state in [self.states['FINISHED'], self.states['OUT_OF_TIME'], self.states['CLEANUP']] \

Callers 1

Calls 1

is_finishedMethod · 0.95

Tested by

no test coverage detected