Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ clear
Method
clear
tools/meta_codegen/framework/log.py:119–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
return
True
118
119
def
clear(self) -> None:
120
self.__log_data.clear()
121
122
def
dump(self, error_mode: bool = False) -> None:
123
output_file = sys.stderr
if
error_mode
else
sys.stdout
Callers
15
Subcase
Method · 0.45
~Subcase
Method · 0.45
test_case_reenter
Method · 0.45
test_case_end
Method · 0.45
test_case_start
Method · 0.45
test_case_reenter
Method · 0.45
clearFilters
Method · 0.45
run
Method · 0.45
TestEvents
Method · 0.45
template_test_vector
Function · 0.45
template_test_sparse_hash_map
Function · 0.45
template_test_sparse_hash_set
Function · 0.45
Calls
no outgoing calls
Tested by
15
Subcase
Method · 0.36
~Subcase
Method · 0.36
test_case_reenter
Method · 0.36
test_case_end
Method · 0.36
test_case_start
Method · 0.36
test_case_reenter
Method · 0.36
clearFilters
Method · 0.36
run
Method · 0.36
TestEvents
Method · 0.36
template_test_vector
Function · 0.36
template_test_sparse_hash_map
Function · 0.36
template_test_sparse_hash_set
Function · 0.36