Searched refs:sigfile (Results 1 – 1 of 1) sorted by relevance
89 def load_signature(sigfile): argument90 with open(sigfile, 'rb') as f:95 def save_signature(sigfile, sig): argument96 with open(sigfile, 'wb') as f: