genome_spy.SelectionDomainRef

class genome_spy.SelectionDomainRef(encoding=Undefined, initial=Undefined, param=Undefined, **kwds)View on GitHub

Bases: GenomeSpySchema

Generated wrapper for SelectionDomainRef.

Methods

copy(*[, deep])

Return a copy with optional keyword updates.

encoding(value)

Return a copy with encoding updated.

initial(value)

Return a copy with initial updated.

param(value)

Return a copy with param updated.

resolve_references()

Return this class schema with referenced properties merged in.

to_dict(*[, validate])

Serialize this schema wrapper to a JSON-compatible dictionary.

to_json(*[, validate])

Serialize this schema wrapper to formatted JSON.

validate(instance)

Validate an instance against this wrapper's schema.

encoding(value)View on GitHub

Return a copy with encoding updated.

initial(value)View on GitHub

Return a copy with initial updated.

param(value)View on GitHub

Return a copy with param updated.

copy(*, deep=True, **kwds)View on GitHub

Return a copy with optional keyword updates.

classmethod resolve_references()View on GitHub

Return this class schema with referenced properties merged in.

to_dict(*, validate=True)View on GitHub

Serialize this schema wrapper to a JSON-compatible dictionary.

to_json(*, validate=True)View on GitHub

Serialize this schema wrapper to formatted JSON.

classmethod validate(instance)View on GitHub

Validate an instance against this wrapper’s schema.