:py:mod:`cryptnoxpy.card.user_data` =================================== .. py:module:: cryptnoxpy.card.user_data .. autoapi-nested-parse:: Module for making the uer data behave as a list Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: cryptnoxpy.card.user_data.UserDataBase cryptnoxpy.card.user_data.UserData Attributes ~~~~~~~~~~ .. autoapisummary:: cryptnoxpy.card.user_data._PAGE_SIZE .. py:data:: _PAGE_SIZE :annotation: = 1200 .. py:class:: UserDataBase Class for User Data with all functions returning not implemented in case someone uses it on a card that doesn't support the feature .. py:method:: __getitem__(self, item) :abstractmethod: .. py:method:: __setitem__(self, key, value) :abstractmethod: .. py:class:: UserData(card, slot_offset: int = 0, reading_index_offset: int = 0) User data that behaves as a list and can fetch different user slots from the card .. py:method:: __getitem__(self, slot: int = 0) .. py:method:: __setitem__(self, slot, value)