예제 #1
0
 def database_ipc_path(self) -> Path:
     return get_database_socket_path(self.data_dir)
예제 #2
0
파일: config.py 프로젝트: wimel/py-evm
 def database_ipc_path(self) -> Path:
     """
     Path for the database IPC socket connection.
     """
     return get_database_socket_path(self.data_dir)