-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathimport8.py
More file actions
48 lines (44 loc) · 1.93 KB
/
import8.py
File metadata and controls
48 lines (44 loc) · 1.93 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
try:
import \
time as ham, \
datetime \
# XXX: comment at the end of import
except Exception as exc:
pass
try : keyword.control.flow.python, source.python
: : punctuation.separator.colon.python, source.python
: source.python
import : keyword.control.import.python, source.python
: source.python
\ : punctuation.separator.continuation.line.python, source.python
: source.python
: source.python
time : source.python
: source.python
as : keyword.control.import.python, source.python
: source.python
ham : source.python
, : punctuation.separator.element.python, source.python
: source.python
\ : punctuation.separator.continuation.line.python, source.python
: source.python
: source.python
datetime : source.python
: source.python
\ : punctuation.separator.continuation.line.python, source.python
: source.python
: source.python
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
: comment.line.number-sign.python, source.python
XXX : comment.line.number-sign.python, keyword.codetag.notation.python, source.python
: comment at the end of import : comment.line.number-sign.python, source.python
except : keyword.control.flow.python, source.python
: source.python
Exception : source.python, support.type.exception.python
: source.python
as : keyword.control.flow.python, source.python
: source.python
exc : source.python
: : punctuation.separator.colon.python, source.python
: source.python
pass : keyword.control.flow.python, source.python