Browse Source

docs(isinstance): add hint to use isinstance

DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
eslopfer 1 year ago
parent
commit
3e7cd64c92
  1. 4
      subjects/devops/credentials_searches/README.md

4
subjects/devops/credentials_searches/README.md

@ -53,8 +53,12 @@ Your function should generate this file `credentials.json`:
- Remember that the function should be able to search for the keys password and secret in nested json objects.
- Using the isinstance function could be useful to check if a value is for example a dict.
### References
- [json module](https://www.w3schools.com/python/python_json.asp)
- [os module](https://docs.python.org/3/library/os.html)
- [isinstance function](https://www.w3schools.com/python/ref_func_isinstance.asp)

Loading…
Cancel
Save