Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120514676
Pyblio.Attribute-module.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 4, 22:36
Size
9 KB
Mime Type
text/xml
Expires
Sun, Jul 6, 22:36 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27182288
Attached To
R3596 pybliographer
Pyblio.Attribute-module.html
View Options
<?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"> <a class="navbar" href="Pyblio-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </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 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 Pyblio</a> ::
Module 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 private</a> | hide private]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="Pyblio.Attribute-module.html" target="_top">no 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="{<class 'Pyblio.Attribute.Text'>: 'text', <class 'Pyblio.Attribute.ID'>: 'id', <class 'Pyblio.Attribute.Date'>: 'date', <class 'Pyblio.Attribute.URL'>: 'url', <class 'Pyblio.Attribute.Person'>: 'person', <class 'Pyblio.Attribute.Txo'>: 'txo'}"><code>{<class 'Pyblio.Attribute.Text'>: 'text', <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': <class 'Pyblio.Attribute.Txo'>, 'url': <class 'Pyblio.Attribute.URL'>, 'text': <class 'Pyblio.Attribute.Text'>, 'person': <class 'Pyblio.Attribute.Person'>, 'date': <class 'Pyblio.Attribute.Date'>, 'id': <class 'Pyblio.Attribute.ID'>}"><code>{'txo': <class 'Pyblio.Attribute.Txo'>, 'url': <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="<_sre.SRE_Pattern object at 0xa7b58250>"><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="{<class 'Pyblio.Attribute.Text'>: 'text', <class 'Pyblio.Attribute.ID'>: 'id', <class 'Pyblio.Attribute.Date'>: 'date', <class 'Pyblio.Attribute.URL'>: 'url', <class 'Pyblio.Attribute.Person'>: 'person', <class 'Pyblio.Attribute.Txo'>: 'txo'}"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
{<class 'Pyblio.Attribute.Person'>: 'person',
<class 'Pyblio.Attribute.Date'>: 'date',
<class 'Pyblio.Attribute.Text'>: 'text',
<class 'Pyblio.Attribute.URL'>: 'url',
<class 'Pyblio.Attribute.ID'>: 'id',
<class 'Pyblio.Attribute.Txo'>: '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': <class 'Pyblio.Attribute.Txo'>, 'url': <class 'Pyblio.Attribute.URL'>, 'text': <class 'Pyblio.Attribute.Text'>, 'person': <class 'Pyblio.Attribute.Person'>, 'date': <class 'Pyblio.Attribute.Date'>, 'id': <class 'Pyblio.Attribute.ID'>}"> <dt><b>Value:</b></dt>
<dd><table><tr><td>
<pre class="variable">
{'date': <class 'Pyblio.Attribute.Date'>,
'id': <class 'Pyblio.Attribute.ID'>,
'person': <class 'Pyblio.Attribute.Person'>,
'text': <class 'Pyblio.Attribute.Text'>,
'txo': <class 'Pyblio.Attribute.Txo'>,
'url': <class 'Pyblio.Attribute.URL'>} </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="<_sre.SRE_Pattern object at 0xa7b58250>"> <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"> <a class="navbar" href="Pyblio-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </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 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
Log In to Comment