MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / destroy

Method destroy

site-packages/matplotlib/mathtext.py:393–398  ·  view source on GitHub ↗

Fix any cyclical references before the object is about to be destroyed.

(self)

Source from the content-addressed store, hash-verified

391 self.used_characters = {}
392
393 def destroy(self):
394 """
395 Fix any cyclical references before the object is about
396 to be destroyed.
397 """
398 self.used_characters = None
399
400 def get_kern(self, font1, fontclass1, sym1, fontsize1,
401 font2, fontclass2, sym2, fontsize2, dpi):

Callers 4

get_resultsMethod · 0.95
remove_toolMethod · 0.45
destroyMethod · 0.45
closeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected