Esempio n. 1
0
def list():
    # List all cards
    Card.findall(self=object)
Esempio n. 2
0
def list(dfcard: DataFrame):
    # List all cards
    Card.findall(dfcard)