Get the path of the session directory.
(self)
| 801 | return self._runtime_env_dir |
| 802 | |
| 803 | def get_session_dir_path(self): |
| 804 | """Get the path of the session directory.""" |
| 805 | return self._session_dir |
| 806 | |
| 807 | def get_logs_dir_path(self): |
| 808 | """Get the path of the log files directory.""" |
no outgoing calls