Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DLR-RM/stable-baselines3
/ close
Method
close
tests/test_logger.py:538–539 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
536
self.lines.append([])
537
538
def
close(self) -> None:
539
pass
540
541
def
get_printed(self) -> str:
542
return
"\n"
.join([
""
.join(line)
for
line in self.lines])
Callers
15
test_open_file_str_pathlib
Function · 0.45
test_open_file
Function · 0.45
test_vecenv_func_checker
Function · 0.45
test_vecenv_custom_calls
Function · 0.45
test_vecenv_terminal_obs
Function · 0.45
check_vecenv_spaces
Function · 0.45
test_framestack_vecenv
Function · 0.45
test_vec_env_is_wrapped
Function · 0.45
test_vec_deterministic
Function · 0.45
test_vec_seeding
Function · 0.45
test_render
Function · 0.45
test_make_vec_env
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected