wstl1/tools/notebook/extensions/wstl/magics/wstl.py [219:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @magic_arguments.argument(
      "--dest_file_name",
      type=str,
      required=False,
      help="""
      The destination file path to store the loaded data.
      If not provided, the result will be directly returned to the IPython kernel.
      """,
      default="")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wstl1/tools/notebook/extensions/wstl/magics/wstl.py [257:265]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @magic_arguments.argument(
      "--dest_file_name",
      type=str,
      required=False,
      help="""
      The destination file path to store the loaded data.
      If not provided, the result will be directly returned to the IPython kernel.
      """,
      default="")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



