data_base ❭ is_data_base is_data_base¶ data_base.is_data_base(path)¶ Checks if a given path contains a DataBase. Parameters:¶ path (str) – The path to check. Returns:¶ True if the path contains a DataBase. Return type:¶ bool