is_valid_key#

scikitplot.cython.is_valid_key(key)[source]#

Return True if key is a valid cache key.

Parameters:
keystr

Candidate cache key.

Returns:
bool

True if key is a 64-character hex digest.

Parameters:

key (str)

Return type:

bool