Citation Keyword Python Module

Keywords linked to citations.

class pacifica.metadata.orm.citation_keyword.CitationKeyword(*args, **kwargs)[source]

CitationKeywords Model.

Attributes:
Name Description
citation Link to the Citation model
keyword Link to the Keyword model
DoesNotExist

alias of CitationKeywordDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
citation = <ForeignKeyField: CitationKeyword.citation>
citation_id = <ForeignKeyField: CitationKeyword.citation>
created = <ExtendDateTimeField: CitationKeyword.created>
deleted = <ExtendDateTimeField: CitationKeyword.deleted>
from_hash(obj)[source]

Convert the hash into the object.

keyword = <ForeignKeyField: CitationKeyword.keyword>
keyword_id = <ForeignKeyField: CitationKeyword.keyword>
to_hash(**flags)[source]

Convert the object to a hash.

updated = <ExtendDateTimeField: CitationKeyword.updated>
classmethod where_clause(kwargs)[source]

Where clause for the various elements.