navigate.log_files.log_functions.find_filename
- navigate.log_files.log_functions.find_filename(k, v)
Check that we’ve met the condition dictionary key == ‘filename’
- Parameters:
k (str) – Dictionary key
v (str) – Dictionary value
- Returns:
True if k == ‘filename’, False otherwise
- Return type:
bool