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

/external/chromium_org/tools/cr/cr/commands/
H A Dprepare.py17 This delegates all it's behavior to implementations of PrepareOut. These will
34 for preparation in PrepareOut.Plugins():
40 for preparation in PrepareOut.Plugins():
44 class PrepareOut(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type
57 """All PrepareOut plugins must override this method to do their work."""

Completed in 659 milliseconds