mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
7 lines
147 B
Python
7 lines
147 B
Python
import jedi
|
|
|
|
|
|
def test_form_feed_characters():
|
|
s = "\f\nclass Test(object):\n pass"
|
|
jedi.Script(s, line=2, column=18).call_signatures()
|