def meta_source_schema(self): """Read the spec from the HTML file, and bergest it with the descriptions from the codebook.txt file. Does *not* use the converted SPSS label file """ from ambry.build import meta_source_schema, get_specs specs = get_specs(self) meta_source_schema(self, self)
def meta_source_schema(self): from ambry.build import meta_source_schema meta_source_schema(self)