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