-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathimport5.py
More file actions
48 lines (41 loc) · 1.94 KB
/
import5.py
File metadata and controls
48 lines (41 loc) · 1.94 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
from.foo import d
from.import a
foo.import
raise Exception from Foo
def bar():
yield from baz
from : keyword.control.import.python, source.python
. : punctuation.separator.period.python, source.python
foo : source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
d : source.python
from : keyword.control.import.python, source.python
. : punctuation.separator.period.python, source.python
import : keyword.control.import.python, source.python
: source.python
a : source.python
: source.python
foo : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
import : keyword.control.import.python, meta.member.access.python, source.python
: source.python
raise : keyword.control.flow.python, source.python
: source.python
Exception : source.python, support.type.exception.python
: source.python
from : keyword.control.flow.python, source.python
: source.python
Foo : source.python
: source.python
def : meta.function.python, source.python, storage.type.function.python
: meta.function.python, source.python
bar : entity.name.function.python, meta.function.python, source.python
( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python
) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python
: : meta.function.python, punctuation.section.function.begin.python, source.python
: source.python
yield from : keyword.control.flow.python, source.python
: source.python
baz : source.python