Module macrobond_data_api.web.web_types.entity_info_for_display_response

Classes

class EntityInfoForDisplayGroup (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var description : str

Heading of the group

var title : Optional[str]

Title of the group

Methods

def items(...) ‑> List[EntityInfoForDisplayItem]

D.items() -> a set-like object providing a view on D's items

class EntityInfoForDisplayItem (*args, **kwargs)

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)

Ancestors

  • builtins.dict

Class variables

var comment : Optional[str]

The comment of the metadata value

var description : str

Description of the item

var value : object

The item value

var valueRestriction : Optional[MetadataAttributeTypeRestriction]

Restriction on the value type

var valueTypeMetadataAttributeType

The value type of the metadata attribute

class EntityInfoForDisplayResponse (*args, **kwargs)

Entity search response with metadata displayed for presentation purposes

Ancestors

  • builtins.dict

Class variables

var groups : List[EntityInfoForDisplayGroup]

A list of information groups