|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- Returns blob attached to node at specified id as HTML
Args:
format: string, Sanitizing transformation.
Allowed values
html - Return valid, sanitized html.
plain - Return plain text - strip html tags.
raw - Return the entire content as-is.
maxlength: integer, The max number of characters to return. Valid only for 'plain' format.
id: string, The id of the item that you want data about (required) (repeated)
Returns:
An object of the form
{
"result": "A String", # The text requested.
}
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|