MCPcopy Index your code
hub / github.com/SpectacularAI/sdk / __close

Method __close

python/cli/visualization/visualizer.py:316–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 glEnable(GL_MULTISAMPLE)
315
316 def __close(self):
317 assert(self.shouldQuit)
318 self.map.reset()
319 self.poseTrail.reset()
320 if self.displayInitialized:
321 self.displayInitialized = False
322 pygame.quit()
323
324 def __render(self, cameraPose, width, height, image=None, colorFormat=None):
325 import spectacularAI

Callers 1

runMethod · 0.95

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected