Container
The Container behavior is present on Container objects such as Bags, Stacks and Decks.
Function Summary¶
Function Details¶
search(...)¶
Show the Search window for the container to player
. If you specify max_cards
then the search will be limited to that many cards from the top of the deck.
search(player, max_cards)
deck.Container.search(Player.Blue, 3)