pydpeet.print_references#

pydpeet.print_references()[source]#

Print references of all functions that used the @citeme.from_id(…) decorator.

Example:

@citeme.from_id(“Example”) def foo():

foo() print_references()

Output:

@article{Example,

title = {Example}, author = {Example, Example}, year = {2026}, …

}