Page MenuHomec4science

Pyblio.Attribute-module.html
No OneTemporary

File Metadata

Created
Fri, Jul 4, 22:36

Pyblio.Attribute-module.html

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pyblio.Attribute</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
pybliographer&nbsp;1.3.3
</p></th></tr></table>
</th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<font size="-1"><b class="breadcrumbs">
<a href="Pyblio-module.html">Package&nbsp;Pyblio</a> ::
Module&nbsp;Attribute
</b></font></br>
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[<a href="../private/Pyblio.Attribute-module.html">show&nbsp;private</a>&nbsp;|&nbsp;hide&nbsp;private]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="Pyblio.Attribute-module.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE DESCRIPTION =========== -->
<h2 class="module">Module Pyblio.Attribute</h2>
<p>Basic data types that can be used as attributes for a <a
href="Pyblio.Store.Record-class.html"
class="link"><code>Record</code></a>.</p>
Basic attributes of a record can be <b>qualified</b> by one or more
additional sub-attributes. For instance, an attribute <i>author</i> of
type <a href="Pyblio.Attribute.Person-class.html"
class="link"><code>Person</code></a> can have, for every Person instance,
a sub-attribute of type <a href="Pyblio.Attribute.Date-class.html"
class="link"><code>Date</code></a> that represents its birth date.
<hr/>
<!-- =========== START OF CLASSES =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Classes</th></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.Date-class.html"><code>Date</code></a></b></td>
<td>A date.</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.ID-class.html"><code>ID</code></a></b></td>
<td>An external identifier</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.Person-class.html"><code>Person</code></a></b></td>
<td>A person name.</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.Text-class.html"><code>Text</code></a></b></td>
<td>Textual data</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.Txo-class.html"><code>Txo</code></a></b></td>
<td>Element of a taxonomy.</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.UnknownContent-class.html"><code>UnknownContent</code></a></b></td>
<td>An invalid type.</td></tr>
<tr><td width="15%">
<b><a href="Pyblio.Attribute.URL-class.html"><code>URL</code></a></b></td>
<td>An URL</td></tr>
</table><br />
<!-- =========== START OF VARIABLE SUMMARY =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Variable Summary</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
<td><b><a href="Pyblio.Attribute-module.html#C_to_N"><code>C_to_N</code></a></b> = <span title="{&lt;class 'Pyblio.Attribute.Text'&gt;: 'text', &lt;class 'Pyblio.Attribute.ID'&gt;: 'id', &lt;class 'Pyblio.Attribute.Date'&gt;: 'date', &lt;class 'Pyblio.Attribute.URL'&gt;: 'url', &lt;class 'Pyblio.Attribute.Person'&gt;: 'person', &lt;class 'Pyblio.Attribute.Txo'&gt;: 'txo'}"><code>{&lt;class&nbsp;'Pyblio.Attribute.Text'&gt;:&nbsp;'text',&nbsp;&lt;clas<span class="variable-ellipsis">...</span></code>
</span></td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>dict</code></font></td>
<td><b><a href="Pyblio.Attribute-module.html#N_to_C"><code>N_to_C</code></a></b> = <span title="{'txo': &lt;class 'Pyblio.Attribute.Txo'&gt;, 'url': &lt;class 'Pyblio.Attribute.URL'&gt;, 'text': &lt;class 'Pyblio.Attribute.Text'&gt;, 'person': &lt;class 'Pyblio.Attribute.Person'&gt;, 'date': &lt;class 'Pyblio.Attribute.Date'&gt;, 'id': &lt;class 'Pyblio.Attribute.ID'&gt;}"><code>{'txo':&nbsp;&lt;class&nbsp;'Pyblio.Attribute.Txo'&gt;,&nbsp;'url':&nbsp;<span class="variable-ellipsis">...</span></code>
</span></td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>SRE_Pattern</code></font></td>
<td><b><a href="Pyblio.Attribute-module.html#re_split"><code>re_split</code></a></b> = <span title="&lt;_sre.SRE_Pattern object at 0xa7b58250&gt;"><code><span class="re"><span class="re-char">\W</span><span class="re-op">+</span></span> </code>
</span></td></tr>
</table><br />
<!-- =========== START OF VARIABLE DETAILS =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
<th colspan="2">Variable Details</th></tr>
</table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="C_to_N"></a>
<h3>C_to_N</h3>
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>dict</code>
</dd>
<span title="{&lt;class 'Pyblio.Attribute.Text'&gt;: 'text', &lt;class 'Pyblio.Attribute.ID'&gt;: 'id', &lt;class 'Pyblio.Attribute.Date'&gt;: 'date', &lt;class 'Pyblio.Attribute.URL'&gt;: 'url', &lt;class 'Pyblio.Attribute.Person'&gt;: 'person', &lt;class 'Pyblio.Attribute.Txo'&gt;: 'txo'}"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
{&lt;class 'Pyblio.Attribute.Person'&gt;: 'person',
&lt;class 'Pyblio.Attribute.Date'&gt;: 'date',
&lt;class 'Pyblio.Attribute.Text'&gt;: 'text',
&lt;class 'Pyblio.Attribute.URL'&gt;: 'url',
&lt;class 'Pyblio.Attribute.ID'&gt;: 'id',
&lt;class 'Pyblio.Attribute.Txo'&gt;: 'txo'} </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="N_to_C"></a>
<h3>N_to_C</h3>
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>dict</code>
</dd>
<span title="{'txo': &lt;class 'Pyblio.Attribute.Txo'&gt;, 'url': &lt;class 'Pyblio.Attribute.URL'&gt;, 'text': &lt;class 'Pyblio.Attribute.Text'&gt;, 'person': &lt;class 'Pyblio.Attribute.Person'&gt;, 'date': &lt;class 'Pyblio.Attribute.Date'&gt;, 'id': &lt;class 'Pyblio.Attribute.ID'&gt;}"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
{'date': &lt;class 'Pyblio.Attribute.Date'&gt;,
'id': &lt;class 'Pyblio.Attribute.ID'&gt;,
'person': &lt;class 'Pyblio.Attribute.Person'&gt;,
'text': &lt;class 'Pyblio.Attribute.Text'&gt;,
'txo': &lt;class 'Pyblio.Attribute.Txo'&gt;,
'url': &lt;class 'Pyblio.Attribute.URL'&gt;} </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<table width="100%" class="var-details" bgcolor="#e0e0e0"><tr><td>
<a name="re_split"></a>
<h3>re_split</h3>
<dl>
<dt></dt>
<dd>
<dl>
<dt><b>Type:</b></dt>
<dd>
<code>SRE_Pattern</code>
</dd>
<span title="&lt;_sre.SRE_Pattern object at 0xa7b58250&gt;"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
<span class="re"><span class="re-char">\W</span><span class="re-op">+</span></span> </pre>
</td></tr></table></dd>
</span> </dl>
</dd>
</dl></td></tr></table>
<br />
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="Pyblio-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
pybliographer&nbsp;1.3.3
</p></th></tr></table>
</th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>

Event Timeline