commands/FBAccessibilityCommands.py [35:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def args(self):
        return [
            fb.FBCommandArgument(
                arg="aView",
                type="UIView*",
                help="The view to print the hierarchy of.",
                default="(id)[[UIApplication sharedApplication] keyWindow]",
            )
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commands/FBAccessibilityCommands.py [57:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def args(self):
        return [
            fb.FBCommandArgument(
                arg="aView",
                type="UIView*",
                help="The view to print the hierarchy of.",
                default="(id)[[UIApplication sharedApplication] keyWindow]",
            )
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



