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