Checking formatting
This commit is contained in:
parent
ef0d9292cc
commit
1a000fb59f
|
@ -28,4 +28,15 @@ N/A
|
||||||
```
|
```
|
||||||
>>> auto = scrython.cards.Autocomplete(q="Thal")
|
>>> auto = scrython.cards.Autocomplete(q="Thal")
|
||||||
>>> auto.total_items()
|
>>> auto.total_items()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Methods
|
||||||
|
|
||||||
|
### `object()`
|
||||||
|
|
||||||
|
Returns the type of object it is.
|
||||||
|
(card, error, etc)
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
string: The type of object
|
||||||
|
|
Loading…
Reference in New Issue