summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java')
-rw-r--r--java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java b/java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java
index d049711..43fc159 100644
--- a/java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java
+++ b/java/src/hdf/hdf5lib/callbacks/H5D_iterate_t.java
@@ -13,6 +13,10 @@
package hdf.hdf5lib.callbacks;
+/**
+ * Data class for link callback for H5Diterate.
+ *
+ */
public interface H5D_iterate_t {
/** public ArrayList iterdata = new ArrayList();
* Any derived interfaces must define the single public variable as above.
>Barry Warsaw1998-01-211-1/+2 | | | | | | | | | | | a religious issue: RMS decrees that the Enter (RET) key should just do a newline and a LFD (C-j) should do a newline and indent (i.e. the python-mode version of this). Almost everyone I know disagrees and finds that RET should do newline and indent. Almost everyone hacks their modes to do this, if they know how. Because it's hard for newbies to figure out how to do this, and because most DOS keyboards lack a LFD (leaving users to the more obscure C-j), I think it makes better sense to add this default binding. * Add entry for copy_reg module.Fred Drake1998-01-212-0/+6 | * Removed entry for copy_reg module.Fred Drake1998-01-212-4/+0 | * $(LIBFILES): Added libcopyreg.tex.Fred Drake1998-01-211-1/+1 | * Add entry for copy_reg module.Fred Drake1998-01-212-0/+2 | * Simple documentation of the copy_reg module.Fred Drake1998-01-212-0/+56 | | | | | | Guido, you should probably look at this. The pickle documentation is out of date; I don't see anything about the __reduce__() stuff or the __safe_for_unpickling__ attribute. * Update comment about relative URL internet draft to reflect current RFC status;Fred Drake1998-01-212-10/+14 | | | | | | index references the appropriate RFCs. Consistency: Always use trailing "()" on function names in running text. * (py-compute-indentation): In the most common case, where indentationBarry Warsaw1998-01-201-1/+9 | | | | | | | | | | | | | | | | | | | | | | | | | | | | is based on the line above, watch out for landing inside a triple quoted string. In this case, use iterative search + parse-partial-sexp backwards to find the beginning of the string. Note this does affect performance, but very little in the common cases (I hope). It could be made *much* faster by adding Emacs and XEmacs dependent code -- different code naturally. :-( Fixes the following reported bug: if len(sys.argv) >= 6: # More lines here fptr = open('/etc/hosts', 'w') fptr.write("""# /etc/hosts -- autocreated by /etc/ppp/ip-up # # Address from pppd %-15s %s # For loopbacking 127.0.0.1 localhost 255.255.255.255 broadcast """ % (ipaddr, ipname) ) os.chmod('/etc/hosts', 0644) * (py-master-file): New buffer-local variable which can be set in theBarry Warsaw1998-01-201-0/+24 | | | | | | | | | file local variable section of a file. When set, and the user hits C-c C-c, this file gets executed instead of the buffer's file. Idea given by Roy Dragseth <royd@math.uit.no>, but implemented differently. (py-execute-buffer): Support py-master-file variable. If this names a relative path, default-directory is prepended via expand-file-name. * Added a bunch of "concept" index entries.Fred Drake1998-01-202-8/+22 | | | | Use trailing "()" on function names in running text. * Added index entry and \label{} for exceptions module. This isn't in theFred Drake1998-01-202-0/+4 | | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. * Always mark variables in the "Notes" following a table the same way as in theFred Drake1998-01-202-2/+6 | | | | | | tables: \var{} Add a couple of index entries to the File Objects section. * Removed bogus index entry for the type() built-in.Fred Drake1998-01-202-4/+2 | | | | | Marked title of the Python Reference Manual as \emph{}, like other Python manual titles. * Proposed new macros: see comments. These are not yet used.Fred Drake1998-01-201-0/+20 | | | | | | | | | These are intended to support semantic markup. There are a number of places in the documentation where the exact meaning of an indentifier marked \code{} in the running text is ambiguous (could be a module or a class, a function or a method, etc.). These are intended to clarify the intent of the identifier for processing applications and more intelligent style processing. * Consistency: "{\tt ...}" ==> "\code{...}"Fred Drake1998-01-202-2/+2 | * Consistency: "{\it ...}" ==> "\emph{...}"Fred Drake1998-01-202-4/+4 | * The soundex module is built-in, not standard.Fred Drake1998-01-202-6/+6 | | | | "--" ==> "---" * Consistency: {\it ...} ==> \emph{...}Fred Drake1998-01-202-2/+2 | * ni is a standard module, not a built-in module. The only other reference toFred Drake1998-01-202-4/+4 | | | | it already got it right. * Consistency: (Yes, I know this section is not formatted by default, andFred Drake1998-01-202-16/+20 | | | | | | | | | | isn't likely to be of much interest these days....) {\tt ...} ==> \code{...} Added \label{module-blat} for the two supporting modules. Added index entries for referred-to modules. * Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not aGuido van Rossum1998-01-191-11/+10 | | | | standard Python API function so it should not have a Py prefix. * Removed a confusing note about coercions and __r*__ operators.Guido van Rossum1998-01-194-153/+148 | * Various updates to the effect that the group argument is always optional.Guido van Rossum1998-01-192-22/+30 | | | | Also documented that groups() now always returns a tuple. * Add note about dropping latex 2.09 compatibility.Guido van Rossum1998-01-19