python_utils.is_numpy_int#

Back to Module page

Summary#

check if type(x) is one of numpy’s integer types

Signature#

def is_numpy_int(x)
Input variables#

Name

Type

Default

Description

x

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

check if type(x) is one of numpy's integer types