create
Function
Creates and returns a TEIEmbedding object.
Prototype
@staticmethod def create(**kwargs)
Parameters
Parameter |
Data Type |
Required/Optional |
Description |
|---|---|---|---|
kwargs |
Dict |
Required |
Keyword parameter (see Class Introduction). The parameter must be passed; otherwise, KeyError is reported. |
Return Value
Data Type |
Description |
|---|---|
TEIEmbedding |
TEIEmbedding object. |
Parent topic: TEIEmbedding