Skip to content

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

Notifications You must be signed in to change notification settings

psuresh21/check_dir-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages