8000 GitHub - anamoyee/is-is-odd: check if the given module is is-odd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anamoyee/is-is-odd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 77AD div class="react-directory-filename-cell">
 
 

Repository files navigation

check if the given module is is-odd

Install


Install with pip:

pip install is-is-odd

Usage


import is_is_odd
import is_odd

print(is_is_odd(is_odd)) #=> True

print(is_is_odd(lambda: None)) #=> False

print(is_is_odd(lambda: print("I'm is_odd"))) #=> False

Why


some modules are not is-odd but they might make you think they're is-odd, this package helps you identifies these modules with a simple interface

0