GData.FreebaseSearchResult¶
- Subclasses:
None
Methods¶
- Inherited:
GData.FreebaseResult (2), GData.Entry (24), GData.Parsable (5), GObject.Object (37)
- Structs:
class |
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
GData.FreebaseResult (1), GData.Entry (10), GData.Parsable (1)
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.FreebaseSearchResult(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.FreebaseSearchResult
structure are private and should never be accessed directly.New in version 0.15.1.
- classmethod new()¶
- Returns:
a new
GData.FreebaseSearchResult
; unref withGObject.Object.unref
()- Return type:
Creates a new
GData.FreebaseSearchResult
with the given ID and default properties.New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_item(i)¶
- Parameters:
i (
int
) – number of item to retrieve- Returns:
a search result item, or
None
on invalid item.- Return type:
Gets an item from the search result.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.
- get_num_items()¶
- Returns:
The number of items
- Return type:
Returns the number of items contained in this result.
New in version 0.15.1.
Deprecated since version 0.17.7: Google Freebase has been permanently shut down.