nextpyp.client.gen.SingleParticleSessionDisplay#

class nextpyp.client.gen.SingleParticleSessionDisplay#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

SingleParticleSessionDisplay

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

group_name

(no description yet)

Details

__init__(group_name)#
Parameters:

group_name (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

SingleParticleSessionDisplay

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

group_name: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]