MCPcopy Index your code
hub / github.com/python/cpython / askdirectory

Function askdirectory

Lib/tkinter/filedialog.py:440–442  ·  view source on GitHub ↗

Ask for a directory, and return the file name

(**options)

Source from the content-addressed store, hash-verified

438
439
440def askdirectory (**options):
441 "Ask for a directory, and return the file name"
442 return Directory(**options).show()
443
444
445# --------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

DirectoryClass · 0.85
showMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…