class documentation

Undocumented

Class Method context_from_csv Undocumented
Class Method context_from_database Undocumented
Class Method context_from_name Undocumented
Class Method create Undocumented
Class Method dbname_from_path Undocumented
Class Method features_from_csv Undocumented
Class Method features_from_database Undocumented
Class Method from_csv Undocumented
Class Method from_database Undocumented
Class Method is_database Undocumented
Class Method valid_feature_or_raise Undocumented
Method __init__ Undocumented
Method absorb Undocumented
Method create_feature Undocumented
Method create_main_table_if_not_exists Undocumented
Method execute Undocumented
Method get_connection Undocumented
Method get_features Undocumented
Method get_tables Undocumented
Method has_feature Undocumented
Method is_in_memory Undocumented
Method set_values Undocumented
Instance Variable context Undocumented
Instance Variable csv Undocumented
Instance Variable dbcon Undocumented
Instance Variable dbname Undocumented
Instance Variable features Undocumented
Instance Variable path Undocumented
@classmethod
def context_from_csv(cls, path): (source)

Undocumented

@classmethod
def context_from_database(cls, path): (source)

Undocumented

@classmethod
def context_from_name(cls, name): (source)

Undocumented

@classmethod
def create(cls, path): (source)

Undocumented

@classmethod
def dbname_from_path(cls, path): (source)

Undocumented

@classmethod
def features_from_csv(cls, dbname, path, con) -> dict[str, FeatureInfo]: (source)

Undocumented

@classmethod
def features_from_database(cls, dbname, path, con) -> dict[str, FeatureInfo]: (source)

Undocumented

@classmethod
def from_csv(cls, path): (source)

Undocumented

@classmethod
def from_database(cls, path): (source)

Undocumented

@classmethod
def is_database(cls, path): (source)

Undocumented

@classmethod
def valid_feature_or_raise(cls, name): (source)

Undocumented

def __init__(self, dbcon, dbname, path, features, context, csv=False): (source)

Undocumented

def absorb(self, schema): (source)

Undocumented

def create_feature(self, name, default_value=None, permissive=False): (source)

Undocumented

def create_main_table_if_not_exists(self): (source)

Undocumented

def execute(self, sql): (source)

Undocumented

def get_connection(self): (source)

Undocumented

def get_features(self): (source)

Undocumented

def get_tables(self): (source)

Undocumented

def has_feature(self, name): (source)

Undocumented

def is_in_memory(self): (source)

Undocumented

def set_values(self, feature, value, hashes): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

features = (source)

Undocumented

Undocumented