Passed
Push — master ( 653794...1bc565 )
by torrua
01:28
created

app.telegram_bot.bot.variables   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 22
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 15
dl 0
loc 22
rs 10
c 0
b 0
f 0
wmc 0
1
t = "text"
2
cbd = "callback_data"
3
4
cancel = "cancel"
5
close = "close"
6
7
# marks
8
mark_language = "lang"
9
mark_page = "page"
10
mark_action = "act"
11
mark_entity = "ent"
12
mark_record_id = "rid"
13
mark_slice_start = "ss"
14
15
# entities
16
entity_predy = "ep"
17
18
# actions
19
action_predy_send_card = "apsc"
20
action_predy_kb_cpx_show = "apkcs"
21
action_predy_kb_cpx_hide = "apkch"
22