The check_dir-module is a python module for finding out which attribute you are in lists/tuples/strings/dict/float/numbers
- you can use this module like this at any .py file
from check_dir import check_dir
check_dir(pop)
- I just show you a example how this work in your repl
python3 myfile.py
>>> list - ✔
>>> dictionary - ✔
- mini-helper for identifying attribute
- easy to use
- Python 3.6+
- should have basic knowledge in python
© 2022 Suresh Pandiyan Code released under MIT License