Utilities#

src.tf2_utils.utils.to_scrap(refined: float) int#
src.tf2_utils.utils.to_refined(scrap: int) float#
src.tf2_utils.utils.refinedify(value: float) float#
src.tf2_utils.utils.get_account_id_from_trade_url(trade_url: str) str#
src.tf2_utils.utils.get_steam_id_from_trade_url(trade_url: str) str#
src.tf2_utils.utils.get_token_from_trade_url(trade_url: str) str#
src.tf2_utils.utils.account_id_to_steam_id(account_id: str | int) str#
src.tf2_utils.utils.steam_id_to_account_id(steam_id: str | int) str#