xref
: /
external
/
lldb
/
test
/
functionalities
/
command_script
/
import
/
rdar-12586188
/
fail12586188.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
def
f
(
x
):
2
return
x
+
1
3
4
raise
ImportError
(
"I do not want to be imported"
)
5