is_int
is_int(obj, interface_types=(<class 'numbers.Integral'>,), exlusion_types=None, implementation_props=None):
LLM Docstring
Test whether an object is an integer.
obj:Anythe object to test
interface_types:Anythe integral types
exlusion_types:Anytypes to exclude
implementation_props:Anyattributes an object must have to qualify
:returns:boolwhether the object is an integer