##// END OF EJS Templates
Remove unneeded modules, and added docstring info on recursive parameter
Doug Blank -
Show More
@@ -3,7 +3,7 b''
3 Authors : MinRK, gregcaporaso, dannystaple
3 Authors : MinRK, gregcaporaso, dannystaple
4 """
4 """
5 from os.path import exists, isfile, splitext, abspath, join, isdir
5 from os.path import exists, isfile, splitext, abspath, join, isdir
6 from os import walk, sep, listdir
6 from os import walk, sep
7
7
8 from IPython.core.display import DisplayObject
8 from IPython.core.display import DisplayObject
9
9
@@ -397,6 +397,8 b' class FileLinks(FileLink):'
397 included_suffixes : list
397 included_suffixes : list
398 The file suffixes that should be included in the output (passing None
398 The file suffixes that should be included in the output (passing None
399 meansto include all suffixes in the output in the built-in formatters)
399 meansto include all suffixes in the output in the built-in formatters)
400 recursive : boolean
401 Whether to recurse into subdirectories. Default is True.
400
402
401 The function should return a list of lines that will be printed in the
403 The function should return a list of lines that will be printed in the
402 notebook (if passing notebook_display_formatter) or the terminal (if
404 notebook (if passing notebook_display_formatter) or the terminal (if
General Comments 0
You need to be logged in to leave comments. Login now