mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 12:21:54 +08:00
6 lines
58 B
Python
6 lines
58 B
Python
def getcwd():
|
|
return ''
|
|
|
|
def getcwdu():
|
|
return ''
|