Paper
labridge.func_modules.reference.paper
¶
labridge.func_modules.reference.paper.PaperInfo
¶
Bases: RefInfoBase
This class contains the information of a paper, including:
PARAMETER | DESCRIPTION |
---|---|
title |
The title of the paper.
TYPE:
|
file_path |
The file path of the paper.
TYPE:
|
possessor |
The user that possesses the paper.
TYPE:
|
Source code in labridge\func_modules\reference\paper.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|
labridge.func_modules.reference.paper.PaperInfo.dumps()
¶
Dump to a string in JSON format.
Source code in labridge\func_modules\reference\paper.py
27 28 29 30 31 32 33 34 35 36 |
|
labridge.func_modules.reference.paper.PaperInfo.loads(info_str)
classmethod
¶
Load from a string in JSON format.
Source code in labridge\func_modules\reference\paper.py
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|