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)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
json file with template information |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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