AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
Changes was made on models/engine/db_storage.py, models/engine/file_storage.py, tests/test_models/test_engine/test_db_storage.py, tests/test_models/test_engine/test_file_storage.py
Number 2 pull request
A method to retrieve one object: Prototype: def get(self, cls, id): cls: class id: string representing the object ID Returns the object based on the class and its ID, or...
test
i added my name as a collaborator to the readme file and updated the two data storage with a get function and a count function