Searched defs:append (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/transport/
H A Dexception.py106 def append(self, exc): member in class:TransportFailures
117 self.exceptions.append(exc)
121 self.append(exc)
/pkg/src/modules/server/
H A Dtransaction.py105 "append to it").format(self._args.get("pfmri", ""))
274 def append(self, rstore, client_release, pfmri): member in class:Transaction
345 # Record that this is an append operation so that it can be
347 open(os.path.join(self.dir, "append"), "wb").close()
400 if os.path.exists(os.path.join(self.dir, "append")):
798 if f == "append":
H A Drepository.py1409 def append(self, client_release, pfmri): member in class:_RepoStore
1410 """Starts an append transaction for the specified client
1423 t.append(self, client_release, pfmri)
1793 query_lst.append(
1796 query_lst.append(s)
1989 errors.append((REPO_VERIFY_MFPERM, path,
2065 errors.append((REPO_VERIFY_BADSIG, path,
2068 errors.append((REPO_VERIFY_BADSIG, path,
2071 errors.append((REPO_VERIFY_BADSIG, path,
2288 errors.append((REPO_VERIFY_PER
3074 def append(self, client_release, pfmri, pub=None): member in class:Repository
[all...]
/pkg/src/modules/publish/
H A Dtransaction.py189 def append(self): member in class:NullTransaction
190 """Starts an in-flight transaction to append to an existing
642 def append(self): member in class:TransportTransaction
643 """Starts an in-flight transaction to append to an existing
655 raise TransactionOperationError("append",
661 raise TransactionOperationError("append",
/pkg/src/modules/
H A Dcatalog.py503 ver_list.append(entry)
580 entries[sver].append((pfmri, entry))
647 entries[sver].append(pfmri)
1025 ver_list.append(entry)
1566 parts.append(part)
1577 parts.append(part)
1676 errors.append(e)
1973 bad_modes.append((pathname,
1990 bad_modes.append((pathname,
2099 dep_acts["C"].append(st
2190 def append(self, src, cb=None, pfmri=None, pubs=EmptyI): member in class:Catalog
[all...]

Completed in 315 milliseconds