Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 640 Bytes

check_dir-module

check_dir-module

The check_dir-module is a python module for finding out which attribute you are in lists/tuples/strings/dict/float/numbers

how to use ?

  • 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 - ✔

Why need to use a check_dir?

  • mini-helper for identifying attribute
  • easy to use

prerequisite:

  • Python 3.6+
  • should have basic knowledge in python

Copyright & License

© 2022 Suresh Pandiyan Code released under MIT License