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

Function askopenfilename

Lib/tkinter/filedialog.py:381–384  ·  view source on GitHub ↗

Ask for a filename to open

(**options)

Source from the content-addressed store, hash-verified

379
380
381def askopenfilename(**options):
382 "Ask for a filename to open"
383
384 return Open(**options).show()
385
386
387def asksaveasfilename(**options):

Callers 1

testFunction · 0.85

Calls 2

OpenClass · 0.70
showMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…