Searched refs:missing_blob_help (Results 1 – 2 of 2) sorted by relevance
29 missing_blob_help = {} variable109 global missing_blob_help111 if not missing_blob_help:112 missing_blob_help = _ReadMissingBlobHelp()119 if tag in missing_blob_help:120 _ShowBlobHelp(entry._node.path, missing_blob_help[tag])
3844 control.missing_blob_help = control._ReadMissingBlobHelp()3845 control.missing_blob_help['wibble'] = 'Wibble test'3846 control.missing_blob_help['another'] = 'Another test'
Completed in 14 milliseconds