intype

dynamic type infer


Keywords
type, dynamic, regex
License
MIT
Install
pip install intype==0.0.3

Documentation

intype

dynamic infer type

Usage

from intype import has_literal
word = 'chocolate'
print(has_literal(word))