Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:dump

452     def dump(self, pathOrFile):
453 """Dump the contents of the database to an XML .plist file.
460 packages.append(pkg.dump())
564 def dump(self):
1023 if mode == 'dump':
1024 db.dump(sys.stdout)
1103 print " pimp -d Dump database to stdout"
1141 mode = 'dump'