class documentation
class ConfirmationExecutor: (source)
Constructor: ConfirmationExecutor(identity_secret, my_steam_id, session)
Undocumented
Method | __init__ |
Undocumented |
Method | confirm |
Undocumented |
Method | send |
Undocumented |
Constant | CONF |
Undocumented |
Static Method | _get |
Undocumented |
Static Method | _get |
Undocumented |
Method | _create |
Undocumented |
Method | _fetch |
Undocumented |
Method | _fetch |
Undocumented |
Method | _get |
Undocumented |
Method | _select |
Undocumented |
Method | _select |
Undocumented |
Method | _send |
Undocumented |
Instance Variable | _identity |
Undocumented |
Instance Variable | _my |
Undocumented |
Instance Variable | _session |
Undocumented |
@staticmethod
def _get_confirmation_sell_listing_id(confirmation_details_page:
def _get_confirmation_sell_listing_id(confirmation_details_page:
str
) -> str
:
(source)
¶
Undocumented
@staticmethod
def _get_confirmation_trade_offer_id(confirmation_details_page:
def _get_confirmation_trade_offer_id(confirmation_details_page:
str
) -> str
:
(source)
¶
Undocumented
def _select_sell_listing_confirmation(self, confirmations:
List[ Confirmation]
, asset_id: str
) -> Confirmation
:
(source)
¶
Undocumented
def _select_trade_offer_confirmation(self, confirmations:
List[ Confirmation]
, trade_offer_id: str
) -> Confirmation
:
(source)
¶
Undocumented