lmlib.utils.check¶
Functions:
-
is_2dim– -
is_1dim– -
is_square– -
is_array_like– -
info_str_found_shape– -
is_string– -
info_str_found_type– -
deprecated–This is a decorator which can be used to mark functions
Functions¶
is_2dim
¶
Source code in lmlib/utils/check.py
is_1dim
¶
Source code in lmlib/utils/check.py
is_square
¶
is_array_like
¶
info_str_found_shape
¶
is_string
¶
info_str_found_type
¶
deprecated
¶
This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emitted when the function is used.