diff --git a/Autocomplete.md b/Autocomplete.md index b0bafef..507c81b 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -28,4 +28,15 @@ N/A ``` >>> auto = scrython.cards.Autocomplete(q="Thal") >>> auto.total_items() -``` \ No newline at end of file +``` + +## Methods + +### `object()` + +Returns the type of object it is. + (card, error, etc) + + Returns: + string: The type of object + \ No newline at end of file