MCPcopy
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_fileFunction · 0.45
test_vecenv_func_checkerFunction · 0.45
test_vecenv_custom_callsFunction · 0.45
test_vecenv_terminal_obsFunction · 0.45
check_vecenv_spacesFunction · 0.45
test_framestack_vecenvFunction · 0.45
test_vec_env_is_wrappedFunction · 0.45
test_vec_deterministicFunction · 0.45
test_vec_seedingFunction · 0.45
test_renderFunction · 0.45
test_make_vec_envFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected