orb.screens.batch_open_screen module

class orb.screens.batch_open_screen.BatchOpenScreen(**kwargs)

Bases: PopupDropShadow

batch_connect()
batch_open()
calculate(text, amount)
get_pks_amounts()
ingest(text)
on_tab_switch(instance_tabs, instance_tab, instance_tab_label, tab_text)
open(*args)

Display the modal in the Window.

When the view is opened, it will be faded in with an animation. If you don’t want the animation, use:

view.open(animation=False)
class orb.screens.batch_open_screen.Tab(**kwargs)

Bases: MDFloatLayout, MDTabsBase

Class implementing content for a tab.