-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathfrom1.py
More file actions
33 lines (29 loc) · 1.61 KB
/
from1.py
File metadata and controls
33 lines (29 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
from ... import foo as bar
raise Exception('done') from exc
yield from foo
from : keyword.control.import.python, source.python
: source.python
... : punctuation.separator.period.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
foo : source.python
: source.python
as : keyword.control.import.python, source.python
: source.python
bar : source.python
raise : keyword.control.flow.python, source.python
: source.python
Exception : meta.function-call.python, source.python, support.type.exception.python
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.single.python
done : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.single.python
' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.single.python
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
: source.python
from : keyword.control.flow.python, source.python
: source.python
exc : source.python
yield from : keyword.control.flow.python, source.python
: source.python
foo : source.python