Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ __del__
Method
__del__
tools/standardTextToCode/writeTablesC++.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
self.namespace = namespace
68
self.spaces = 0
69
def
__del__(self):
70
self.f.write(f
""
"}} // namespace {self.namespace}"
""
)
71
self.f.write(
"\n"
)
72
def
write(self, s):
73
for
i in range(self.spaces):
74
self.f.write(
" "
)
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected