template_bank_generator_HM.TemplateBank.from_json#

Back to Class page

Summary#

Instantiates class from json file created by previous run

Signature#

def from_json(cls, config_fname)
Input variables#

Name

Type

Default

Description

config_fname

json file with template information

Output variables#

Return annotation

Docstring type

Description

None

Instance of TemplateBank

Docstring#

Instantiates class from json file created by previous run
:param config_fname: json file with template information
:return: Instance of TemplateBank