192
192
# it is important to store the reference you get, rather than looking it up
193
193
# repeatedly; that way your code will behave properly in the breezy test suite
194
194
# and from programs that do use multiple library contexts.
198
198
def initialize(setup_ui=True, stdin=None, stdout=None, stderr=None):