Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LabPy/lantz
/ _inner_finalize
Function
_inner_finalize
lantz/driver.py:531–532 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
529
if
concurrent:
530
def
_finalize(d):
531
def
_inner_finalize(f):
532
atexit.register(d.finalize)
533
return
_inner_finalize
534
535
def
_done(d):
Callers
nothing calls this directly
Calls
1
register
Method · 0.80
Tested by
no test coverage detected