module homeblog.utils_file#

Short summary#

module ensae_teaching_cs.homeblog.utils_file

Reasonably inefficient functions about files.

source on GitHub

Functions#

function

truncated documentation

checksum_md5

computes MD5 for a file

Documentation#

Reasonably inefficient functions about files.

source on GitHub

ensae_teaching_cs.homeblog.utils_file.checksum_md5(filename)#

computes MD5 for a file

Paramètres:

filename – filename

Renvoie:

string or None if there was an error

source on GitHub