Closed nickgrasley closed 5 years ago
The linker classes really shouldn't know about var_list, so it doesn't make sense to give that parameter at get_record() time. Instead, it should be an attribute of the record class with a set function.
get_record()
The linker classes really shouldn't know about var_list, so it doesn't make sense to give that parameter at
get_record()
time. Instead, it should be an attribute of the record class with a set function.