Home | History | Annotate | Download | only in test

Lines Matching refs:lambda

423     X = lambda optstr, helpstr, **kwargs: group.add_argument(optstr, help=helpstr, action='store_true', **kwargs)
1176 atexit.register(lambda: lldb.SBDebugger.Terminate())