get metod
get(self, name)
def get(self, name):
...
Parameter | Typ | Beskrivning |
---|---|---|
name | str |
get(self, index)
def get(self, index):
...
Parameter | Typ | Beskrivning |
---|---|---|
index | int |
def get(self, name):
...
Parameter | Typ | Beskrivning |
---|---|---|
name | str |
def get(self, index):
...
Parameter | Typ | Beskrivning |
---|---|---|
index | int |