tong2357

Results 1 issues of tong2357

>>> r = ["job-id", ... "job-printer-uri", ... "job-state", ... "job-originating-user-name", ... "job-k-octets", ... "job-name", ... "time-at-creation"] >>> c = cups.Connection() >>> fetched = c.getJobs (requested_attributes=r) >>> print(fetched) {48: {'job-k-octets': 949,...