is_path_type#

maize.utilities.utilities.is_path_type(arg1: Any) bool[source]#

Checks if type is a Path-like type.

Parameters:

arg1 – The datatype to check

Returns:

True if the type is a Path-like, False otherwise

Return type:

bool