| Home | Trees | Index | Help |
|
|---|
| Package Pyblio :: Module Attribute |
|
Basic data types that can be used as attributes for a Record.
Person can have, for every Person instance,
a sub-attribute of type Date that represents its birth date.
| Classes | |
|---|---|
Date |
A date. |
ID |
An external identifier |
Person |
A person name. |
Text |
Textual data |
Txo |
Element of a taxonomy. |
TxoItem |
Definition of a taxonomy item. |
UnknownContent |
An invalid type. |
URL |
An URL |
_Qualified |
Mix-in class that provides qualifiers to attributes, making them behave like composite data types (but not arbitrarily nested data, though) |
| Variable Summary | |
|---|---|
dict |
C_to_N = {<class 'Pyblio.Attribute.Txo'>: 'txo', <class ...
|
dict |
N_to_C = {'txo': <class 'Pyblio.Attribute.Txo'>, 'url': ...
|
SRE_Pattern |
re_split = [^\w]+
|
| Variable Details |
|---|
N_to_C
|
re_split
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Feb 15 23:19:38 2006 | http://epydoc.sf.net |