示例#1
0
    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)
示例#2
0
    def meta_source_schema(self):
        
        from ambry.build import meta_source_schema

        meta_source_schema(self)