MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / atexit

Method atexit

tools/python-3.11.9-amd64/Lib/weakref.py:614–617  ·  view source on GitHub ↗

Whether finalizer should be called at exit

(self)

Source from the content-addressed store, hash-verified

612
613 @property
614 def atexit(self):
615 """Whether finalizer should be called at exit"""
616 info = self._registry.get(self)
617 return bool(info) and info.atexit
618
619 @atexit.setter
620 def atexit(self, value):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected