Searched refs:ch (Results 1 - 5 of 5) sorted by relevance

/pkg/src/tests/cli/
H A Dt_https.py197 ch = misc.get_data_digest(good_cert_path,
200 "ssl", ch)
238 ch = misc.get_data_digest(good_cert_path_1,
241 "ssl", ch)
245 ch = misc.get_data_digest(good_cert_path_2,
248 "ssl", ch)
/pkg/src/util/publish/
H A Dpkglint.py111 ch = logging.StreamHandler(sys.stdout)
115 ch.setLevel(logging.DEBUG)
119 ch.setLevel(logging.INFO)
121 logger.addHandler(ch)
/pkg/src/modules/
H A Ddigest.py296 ch = ContentHash(action.attrs[attr])
297 if ch_type in ch:
298 return (attr, ch[ch_type],
/pkg/src/modules/client/
H A Dprintengine.py264 ch = logging.StreamHandler(output_file)
265 logger.addHandler(ch)
/pkg/src/tests/api/
H A Dt_pkglint.py50 ch = logging.StreamHandler() variable
52 ch.setFormatter(formatter)
53 ch.setLevel(logging.WARNING)
54 logger.addHandler(ch)

Completed in 1607 milliseconds