dbbase.DB.doc_column¶ DB.doc_column(cls, column_name)[source]¶ This function extracts the documentation dictionary for a column. Parameters cls – (class) : the class that the column belongs to. column_name – (str) : the name of the column to be documented. Returns dict