Searched refs:model_name (Results 1 – 4 of 4) sorted by relevance
22 def __init__(self, file_path, model_name=None): argument24 self.name = model_name or self.__get_model_name()37 model_name = ntpath.splitext(basename)[0]38 if model_name.__len__() == 0:41 return model_name
25 def __init__(self, file_path, model_name=None): argument26 super().__init__(file_path, model_name)
74 test_sysfs_prop_optional model_name
342 def LookupCreateModel(model_name, create_fn): argument345 model = model_cache[model_name]350 model_cache[model_name] = model354 def LookupModel(model_name): argument357 model = model_cache[model_name]3215 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()3217 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
Completed in 17 milliseconds