Alphabetical - I

idReturns the identity of an object (built-in).
imgReturns test (numpy).
inoperator
infReturns floating-point positive infinity. (math).
inputReturns a line from standard input (built-in).
intReturns the number converted to an integer (built-in).
interpReturns test (numpy).
is(operator) Returns operator
iscloseReturns test (math).
isfiniteReturns True if x is neither infinite nor NaN. (math).
isinfReturns True if x is a positive or negative infinity. (math).
isinstanceReturns True if the object is an instance of the class (built-in).
isnanReturns True if x is a NaN (not a number). (math).
isqrtReturns the integer square root of the nonnegative integer n (math).
issubclassReturns True if the object is a subclass of the class (built-in).
iterReturns an iterator object (built-in).
id
Returns the identity of an object (built-in).
img
Returns test (numpy).
in
operator
inf
Returns floating-point positive infinity. (math).
input
Returns a line from standard input (built-in).
int
Returns the number converted to an integer (built-in).
interp
Returns test (numpy).
is
(operator) Returns operator
isclose
Returns test (math).
isfinite
Returns True if x is neither infinite nor NaN. (math).
isinf
Returns True if x is a positive or negative infinity. (math).
isinstance
Returns True if the object is an instance of the class (built-in).
isnan
Returns True if x is a NaN (not a number). (math).
isqrt
Returns the integer square root of the nonnegative integer n (math).
issubclass
Returns True if the object is a subclass of the class (built-in).
iter
Returns an iterator object (built-in).

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top