dshellInterpreter 0.2.14.3__py3-none-any.whl → 0.2.14.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dshellInterpreter might be problematic. Click here for more details.
- Dshell/_DshellInterpreteur/dshell_interpreter.py +6 -6
- {dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/METADATA +1 -1
- {dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/RECORD +6 -6
- {dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/WHEEL +0 -0
- {dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/licenses/LICENSE +0 -0
- {dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/top_level.txt +0 -0
|
@@ -510,12 +510,12 @@ def rebuild_ui(ui_node : UiNode, view: EasyModifiedViews, interpreter: DshellInt
|
|
|
510
510
|
except CustomIDNotFound:
|
|
511
511
|
raise ValueError(f"Button with custom_id '{args_button['custom_id']}' not found in the view !")
|
|
512
512
|
|
|
513
|
-
ui.
|
|
514
|
-
ui.
|
|
515
|
-
ui.
|
|
516
|
-
ui.
|
|
517
|
-
ui.
|
|
518
|
-
ui.
|
|
513
|
+
ui.label = args_button.get('label', ui.label)
|
|
514
|
+
ui.style = args_button.get('style', ui.style)
|
|
515
|
+
ui.emoji = args_button.get('emoji', ui.emoji)
|
|
516
|
+
ui.disabled = args_button.get('disabled', ui.disabled)
|
|
517
|
+
ui.url = args_button.get('url', ui.url)
|
|
518
|
+
ui.row = args_button.get('row', ui.row)
|
|
519
519
|
new_code = code if code is not None else view.get_callable_data(args_button['custom_id'])['code']
|
|
520
520
|
view.set_callable(args_button['custom_id'], _callable=ui_button_callback, data={'code': args_button.get('code', code)})
|
|
521
521
|
|
|
@@ -11,7 +11,7 @@ Dshell/DISCORD_COMMANDS/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
11
11
|
Dshell/DISCORD_COMMANDS/utils/utils_message.py,sha256=cQvJ15f49ddOjybARwkJKNFe3ITYQciF-pZHERFPkr0,2964
|
|
12
12
|
Dshell/DISCORD_COMMANDS/utils/utils_thread.py,sha256=tVl4msEwrWHY-0AytI6eY3JSs-eIFUigDSJfK9mT1ww,1457
|
|
13
13
|
Dshell/_DshellInterpreteur/__init__.py,sha256=xy5-J-R3YmY99JF3NBHTRRLsComFxpjnCA5xacISctU,35
|
|
14
|
-
Dshell/_DshellInterpreteur/dshell_interpreter.py,sha256=
|
|
14
|
+
Dshell/_DshellInterpreteur/dshell_interpreter.py,sha256=ndzWyXLnB8py_JgT1av5FyxlDmhisXrE0gFDN_WtVDA,30842
|
|
15
15
|
Dshell/_DshellParser/__init__.py,sha256=ONDfhZMvClqP_6tE8SLjp-cf3pXL-auQYnfYRrHZxC4,56
|
|
16
16
|
Dshell/_DshellParser/ast_nodes.py,sha256=fU6BVe6w78ZhYib7SGR7iAfTqWqS2kvwZ0d4wMxxOHk,18366
|
|
17
17
|
Dshell/_DshellParser/dshell_parser.py,sha256=ZSSRheiNNR1zumxBK_tqlnUPjJ7ZIE6S-K5aJPp4TjM,21887
|
|
@@ -19,8 +19,8 @@ Dshell/_DshellTokenizer/__init__.py,sha256=LIQSRhDx2B9pmPx5ADMwwD0Xr9ybneVLhHH8q
|
|
|
19
19
|
Dshell/_DshellTokenizer/dshell_keywords.py,sha256=7oeSKLXCsPRpyU31skCerOUMzd2cdm-GwofpmgTPkD0,5961
|
|
20
20
|
Dshell/_DshellTokenizer/dshell_token_type.py,sha256=gYIb2XN2YcgeRgmar_rBDS5CGmwfmxihu8mOW_d6lbE,1533
|
|
21
21
|
Dshell/_DshellTokenizer/dshell_tokenizer.py,sha256=RrJA2XpcFH2vS6SnRIn5Own_uL5orIDvpq74t8xD3og,7350
|
|
22
|
-
dshellinterpreter-0.2.14.
|
|
23
|
-
dshellinterpreter-0.2.14.
|
|
24
|
-
dshellinterpreter-0.2.14.
|
|
25
|
-
dshellinterpreter-0.2.14.
|
|
26
|
-
dshellinterpreter-0.2.14.
|
|
22
|
+
dshellinterpreter-0.2.14.4.dist-info/licenses/LICENSE,sha256=lNgcw1_xb7QENAQi3uHGymaFtbs0RV-ihiCd7AoLQjA,1082
|
|
23
|
+
dshellinterpreter-0.2.14.4.dist-info/METADATA,sha256=kFBBIBn8Czy7-Bd9XV7frBNHXioNSO3SF6zBkQNgTFs,1151
|
|
24
|
+
dshellinterpreter-0.2.14.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
25
|
+
dshellinterpreter-0.2.14.4.dist-info/top_level.txt,sha256=B4CMhtmchGwPQJLuqUy0GhRG-0cUGxKL4GqEbCiB_vE,7
|
|
26
|
+
dshellinterpreter-0.2.14.4.dist-info/RECORD,,
|
|
File without changes
|
{dshellinterpreter-0.2.14.3.dist-info → dshellinterpreter-0.2.14.4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|