mightstone.services.scryfall.models.CardFace

class mightstone.services.scryfall.models.CardFace
__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

clear()

copy()

fromkeys([value])

Create a new dictionary with keys from iterable and values set to value.

get(key[, default])

Return the value for key if key is in the dictionary, else default.

items()

keys()

pop(k[,d])

If the key is not found, return the default if given; otherwise, raise a KeyError.

popitem()

Remove and return a (key, value) pair as a 2-tuple.

setdefault(key[, default])

Insert key with a value of default if key is not in the dictionary.

update([E, ]**F)

If E is present and has a .keys() method, then does: for k in E: D[k] = E[k] If E is present and lacks a .keys() method, then does: for k, v in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]

values()

Attributes

artist

The name of the illustrator of this card face.

cmc

The mana value of this particular face, if the card is reversible.

color_indicator

The colors in this face’s color indicator, if any.

colors

This face’s colors, if the game defines colors for the individual face of this card.

flavor_text

The flavor text printed on this face, if any.

illustration_id

A unique identifier for the card face artwork that remains consistent across reprints.

image_uris

An object providing URIs to imagery for this face, if this is a double-sided card.

layout

The layout of this card face, if the card is reversible.

loyalty

This face’s loyalty, if any.

mana_cost

The mana cost for this face.

name

object

A content type for this object, always card_face.

oracle_id

The Oracle ID of this particular face, if the card is reversible.

oracle_text

The Oracle text for this face, if any.

power

This face’s power, if any. Note that some cards have powers that are not numeric, such as *.

printed_name

The localized name printed on this face, if any.

printed_text

The localized text printed on this face, if any.

printed_type_line

The localized type line printed on this face, if any.

toughness

This face’s toughness, if any.

type_line

The type line of this particular face, if the card is reversible.

watermark

The watermark on this particulary card face, if any.