-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathcall3.py
More file actions
21 lines (17 loc) · 1.33 KB
/
call3.py
File metadata and controls
21 lines (17 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
foo.class(a)
foo.and()
foo.if
foo : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
class : keyword.control.flow.python, meta.function-call.python, meta.member.access.python, source.python
( : meta.function-call.python, meta.member.access.python, punctuation.definition.arguments.begin.python, source.python
a : meta.function-call.arguments.python, meta.function-call.python, meta.member.access.python, source.python
) : meta.function-call.python, meta.member.access.python, punctuation.definition.arguments.end.python, source.python
foo : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
and : keyword.control.flow.python, meta.function-call.python, meta.member.access.python, source.python
( : meta.function-call.python, meta.member.access.python, punctuation.definition.arguments.begin.python, source.python
) : meta.function-call.python, meta.member.access.python, punctuation.definition.arguments.end.python, source.python
foo : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
if : keyword.control.flow.python, meta.member.access.python, source.python