bibble.model

Classes

FailedBlock

Records errors encountered by a middleware

MetaBlock

A Metadata Block baseclass that does not get written out (typically),

Module Contents

class bibble.model.FailedBlock(*, block, error, source)[source]

Bases: bibtexparser.model.MiddlewareErrorBlock

Records errors encountered by a middleware

Parameters:
report(
*,
i,
total,
source_file=None,
**kwargs,
) <Unknown>[source]
Parameters:
Return type:

list[str]

_block_type
class bibble.model.MetaBlock(**kwargs)[source]

Bases: bibtexparser.model.Block

A Metadata Block baseclass that does not get written out (typically), But can hold information about the library

classmethod find_in(lib) <Unknown>[source]

Find a block of this cls in a given library

Parameters:

lib (bibtexparser.libary.Library)

Return type:

jgdv.Maybe[Self]

visit(*args, **kwargs) <Unknown>[source]
Return type:

list[str]

data