Lines Matching refs:__init__
43 def __init__(self, *args):
44 Exception.__init__(self)
63 def __init__(self, *args):
64 Exception.__init__(self, *args)
78 def __init__(self, *args):
79 HistoryException.__init__(self, *args)
113 def __init__(self, hostname=None, pid=None, pid_name=None):
114 ApiException.__init__(self)
142 def __init__(self, user_specified, user_dir, root_dir):
143 ApiException.__init__(self)
156 def __init__(self, path):
157 ApiException.__init__(self)
167 def __init__(self, needed, avail, use):
183 def __init__(self, expected_version, received_version):
184 ApiException.__init__(self)
190 def __init__(self, plan_type):
191 ApiException.__init__(self)
204 def __init__(self, errors):
208 ApiException.__init__(self)
221 def __init__(self, pfmri, src=None, dest=None, accepted=None,
223 ApiException.__init__(self)
235 def __init__(self, errors):
239 PlanPrepareException.__init__(self)
252 def __init__(self, pp_errors):
255 PlanPrepareException.__init__(self)
291 def __init__(self, invalid_names):
292 PlanPrepareException.__init__(self)
301 def __init__(self, e):
302 ApiException.__init__(self)
322 def __init__(self, state):
323 ApiException.__init__(self)
339 def __init__(self, fmri, states):
340 ApiException.__init__(self)
377 def __init__(self, path):
378 ApiException.__init__(self)
394 def __init__(self, path):
395 PermissionsException.__init__(self, path)
405 def __init__(self, path):
406 PermissionsException.__init__(self, path)
418 def __init__(self, path):
419 ApiException.__init__(self)
431 def __init__(self, path):
432 ApiException.__init__(self)
445 def __init__(self, unmatched_fmris=EmptyI, multiple_matches=EmptyI,
447 ApiException.__init__(self)
491 def __init__(self, paths):
503 def __init__(self,
529 ApiException.__init__(self)
751 def __init__(self, data):
758 def __init__(self, errors):
892 def __init__(self, fmri, actions=None):
897 ApiException.__init__(self)
961 def __init__(self, errors):
962 ApiException.__init__(self)
1048 def __init__(self, action, details=None, error=None, fmri=None,
1112 def __init__(self, failed, total, errmessage=None):
1113 ApiException.__init__(self)
1120 def __init__(self, failed, total, succeeded, errmessage=None):
1121 ApiException.__init__(self)
1131 def __init__(self, *args, **kwargs):
1132 ApiException.__init__(self)
1167 def __init__(self, files):
1172 CatalogError.__init__(self, files)
1289 def __init__(self, illegal=EmptyI, matcher=EmptyI, notfound=EmptyI,
1291 ApiException.__init__(self)
1339 def __init__(self, url):
1340 SearchException.__init__(self)
1350 def __init__(self, url):
1351 SearchException.__init__(self)
1363 def __init__(self, failed=EmptyI, invalid=EmptyI, unsupported=EmptyI):
1364 SearchException.__init__(self)
1401 def __init__(self, url=None, proto=None):
1402 SearchException.__init__(self)
1439 def __init__(self, private_exception):
1440 SearchException.__init__(self)
1453 def __init__(self, e):
1454 IndexingException.__init__(self, e)
1465 def __init__(self, e):
1466 IndexingException.__init__(self, e)
1487 def __init__(self, e, tb, stack):
1488 ApiException.__init__(self)
1512 def __init__(self, e):
1513 ApiException.__init__(self)
1521 def __init__(self, e):
1522 ApiException.__init__(self)
1538 def __init__(self, *args):
1539 ApiException.__init__(self, *args)
1573 def __init__(self, url, data):
1574 ApiException.__init__(self)
1594 def __init__(self, *args, **kwargs):
1595 ApiException.__init__(self, *args)
1651 def __init__(self, v):
1677 def __init__(self, data, location=None):
1678 ApiException.__init__(self)
1694 def __init__(self, data):
1695 ApiException.__init__(self)
1702 def __init__(self):
1703 ApiException.__init__(self)
1706 def __init__(self, be_name):
1707 BEException.__init__(self)
1718 def __init__(self, be_name, zonename=None):
1719 BEException.__init__(self)
1735 def __init__(self, be_name):
1736 BEException.__init__(self)
1749 def __init__(self, orig, dest):
1750 BEException.__init__(self)
1764 def __init__(self, be_name, be_dir):
1765 BEException.__init__(self)
1774 def __init__(self, be_name):
1775 BEException.__init__(self)
1785 def __init__(self, opts):
1786 ApiException.__init__(self)
1804 def __init__(self, *args, **kwargs):
1805 ApiException.__init__(self, *args)
1866 def __init__(self, *args, **kwargs):
1867 PublisherError.__init__(self, *args, **kwargs)
1894 def __init__(self, *args, **kwargs):
1895 PublisherError.__init__(self, *args, **kwargs)
1986 def __init__(self, prefix):
1987 TransportError.__init__(self)
2010 def __init__(self, unknown_pub):
2047 def __init__(self, known=EmptyI, unknown=EmptyI, location=None,
2049 ApiException.__init__(self)
2110 def __init__(self, pub, operation):
2111 ApiException.__init__(self)
2126 def __init__(self, location=None, pub=None):
2127 ApiException.__init__(self)
2157 def __init__(self, uris=[]):
2241 def __init__(self, s):
2251 def __init__(self, pfmri=None, sig=None):
2276 def __init__(self, txt):
2287 def __init__(self, version, *args, **kwargs):
2288 SigningException.__init__(self, *args, **kwargs)
2301 def __init__(self, cert, pfmri=None):
2302 SigningException.__init__(self, pfmri)
2310 def __init__(self, cert, path, pfmri=None):
2311 CertificateException.__init__(self, cert, pfmri)
2332 def __init__(self, cert, cert_exceptions, *args, **kwargs):
2333 CertificateException.__init__(self, cert, *args, **kwargs)
2354 def __init__(self, cert, reason, *args, **kwargs):
2355 CertificateException.__init__(self, cert, *args, **kwargs)
2369 def __init__(self, sig, reason, pfmri=None):
2370 SigningException.__init__(self, pfmri)
2391 def __init__(self, pub, pfmri=None):
2392 SigningException.__init__(self, pfmri)
2411 def __init__(self, pub, missing_names, pfmri=None):
2412 SigningException.__init__(self, pfmri)
2434 def __init__(self, cert, ext):
2435 SigningException.__init__(self)
2451 def __init__(self, cert, error):
2452 SigningException.__init__(self)
2470 def __init__(self, cert, ext, use, val):
2471 SigningException.__init__(self)
2493 def __init__(self, cert, actual_length, cert_length):
2494 SigningException.__init__(self)
2518 def __init__(self, hsh, algorithm, version, pkg=None):
2545 def __init__(self, pfmri):
2558 def __init__(self, s):
2559 ApiException.__init__(self)
2569 def __init__(self, *args, **kwargs):
2570 ApiException.__init__(self, *args)
2584 def __init__(self, *args, **kwargs):
2585 CertificateError.__init__(self, *args, **kwargs)
2613 def __init__(self, errors):
2771 def __init__(self, line):
2772 ApiException.__init__(self)
2782 def __init__(self, path):
2783 ApiException.__init__(self)
2793 def __init__(self, *args, **kwargs):
2794 ApiException.__init__(self, *args, **kwargs)
2822 def __init__(self, msg):
2823 ApiException.__init__(self)
2832 def __init__(self, path):
2833 ApiException.__init__(self)
2858 def __init__(self, path):
2859 ApiException.__init__(self)
2895 def __init__(self, bundle=None, lin=None, exitrv=None,
3259 def __init__(self, multiversions=None, unmatched_wildcards=None,
3261 ApiException.__init__(self)
3322 def __init__(self, found_ver, expected_ver, location):
3348 def __init__(self, err_type=GENERIC, options=[], msg=None,
3410 def __init__(self, errors):
3433 def __init__(self, path, filename, errno):
3453 def __init__(self, path):
3462 def __init__(self, obj, *args):
3464 UnicodeDecodeError.__init__(self, *args)