##// END OF EJS Templates
Remove unneeded modules, and added docstring info on recursive parameter
Doug Blank -
Show More
@@ -3,7 +3,7 b''
3 3 Authors : MinRK, gregcaporaso, dannystaple
4 4 """
5 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 8 from IPython.core.display import DisplayObject
9 9
@@ -397,6 +397,8 b' class FileLinks(FileLink):'
397 397 included_suffixes : list
398 398 The file suffixes that should be included in the output (passing None
399 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 403 The function should return a list of lines that will be printed in the
402 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