mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 13:38:28 +08:00
6 lines
58 B
Python
6 lines
58 B
Python
def getcwd():
|
|
return ''
|
|
|
|
def getcwdu():
|
|
return ''
|