Closed sharpaper closed 4 years ago
Hi, @sharpaper. No, the use of klass
is intentional. You will see it throughout the code. Since columns can be accessed as attributes (see base.py) and class
is a reserved word, the convention of klass
was chosen to avoid that conflict.
Should
klass
beclass
instead?https://github.com/RDFLib/rdflib-sqlalchemy/blob/abe20884d2450106ce89805c8c837d670be1622c/rdflib_sqlalchemy/tables.py#L76