Module flowcon.utils.typechecks

Functions that check types.

Functions

def is_bool(x)
def is_int(x)
def is_nonnegative_int(x)
def is_positive_int(x)
def is_power_of_two(n)