|
| def | __init__ (self, params) |
| | Init query on API params params of query instance of class params. More...
|
| |
| def | __len__ (self) |
| | Get lenght of fonded images. More...
|
| |
|
def | __getitem__ (self, index) |
| | Get item on index from result index index of item return image object of item.
|
| |
Definition at line 11 of file query.py.
◆ __init__()
| def pixabay.query.query.__init__ |
( |
|
self, |
|
|
|
params |
|
) |
| |
Init query on API params params of query instance of class params.
- Returns
- query object
Definition at line 17 of file query.py.
◆ __len__()
| def pixabay.query.query.__len__ |
( |
|
self | ) |
|
Get lenght of fonded images.
- Returns
- len of fonded images
Definition at line 25 of file query.py.
The documentation for this class was generated from the following file: