insights-core icon indicating copy to clipboard operation
insights-core copied to clipboard

getcert_list parser uses deprecated style of docstring examples using shared

Open code-with-amitk opened this issue 4 years ago • 0 comments

certs = shared[Cert_List] certs.num_tracked # number of certificates tracked from first line 2 len(certs) # number of requests stored - may be smaller than num_tracked 2 certs.requests

code-with-amitk avatar Apr 12 '20 11:04 code-with-amitk