File: link_classes.rst

package info (click to toggle)
pytables 3.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,972 kB
  • ctags: 16,919
  • sloc: python: 59,339; ansic: 46,596; cpp: 1,463; sh: 476; makefile: 428
file content (73 lines) | stat: -rw-r--r-- 1,524 bytes parent folder | download | duplicates (4)
1
2
3
4
5
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.. currentmodule:: tables

Link classes
============

.. _LinkClassDescr:

The Link class
--------------
.. autoclass:: tables.link.Link

..  These are defined in the class docstring
    .. autoattribute:: tables.link.Link.target

Link instance variables
~~~~~~~~~~~~~~~~~~~~~~~
.. autoattribute:: tables.link.Link._v_attrs


Link methods
~~~~~~~~~~~~
The following methods are useful for copying, moving, renaming and removing
links.

.. automethod:: tables.link.Link.copy

.. automethod:: tables.link.Link.move

.. automethod:: tables.link.Link.remove

.. automethod:: tables.link.Link.rename


.. _SoftLinkClassDescr:

The SoftLink class
------------------
.. autoclass:: tables.link.SoftLink


SoftLink special methods
~~~~~~~~~~~~~~~~~~~~~~~~
The following methods are specific for dereferrencing and representing soft
links.

.. automethod:: tables.link.SoftLink.__call__

.. automethod:: tables.link.SoftLink.__str__


The ExternalLink class
----------------------
.. autoclass:: tables.link.ExternalLink

..  This is defined in the class docstring
    ExternalLink instance variables
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    .. autoattribute:: tables.link.ExternalLink.extfile


ExternalLink methods
~~~~~~~~~~~~~~~~~~~~
.. automethod:: tables.link.ExternalLink.umount


ExternalLink special methods
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following methods are specific for dereferrencing and representing
external links.

.. automethod:: tables.link.ExternalLink.__call__

.. automethod:: tables.link.ExternalLink.__str__