~ubuntu-branches/ubuntu/quantal/pytables/quantal

« back to all changes in this revision

Viewing changes to examples/filenodes1.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2005-11-27 20:25:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127202534-l8jzyd8357krw40h
Tags: 1.1.1-1ubuntu1
* Sync with Debian:
  + Use python 2.4 as default

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
fnode = FileNode.newNode(h5file, where='/', name='fnode_test')
9
9
 
10
10
 
11
 
print h5file.getAttrNode('/fnode_test', '_type')
 
11
print h5file.getNodeAttr('/fnode_test', '_type')
12
12
 
13
13
 
14
14
print >> fnode, "This is a test text line."