Searched refs:json_ps (Results 1 – 1 of 1) sorted by relevance
263 def __init__(self, state_id, json_ps): argument266 if json_ps is None:267 json_ps = {279 self.store = Store(json_ps['store']) \280 if json_ps['store'] is not None else None284 if json_ps['environment'] is not None else None288 ]) if json_ps['constraints'] is not None else None294 for t in json_ps['dynamic_types']]) \295 if json_ps['dynamic_types'] is not None else None302 GenericEnvironment(json_ps['index_of_element']) \[all …]