

Public Member Functions | |
| __init__ (filename, offset=0) | |
| name () | |
| Method to return the name of the contribution type. Meant to be overridden. | |
| offset () | |
| open () | |
| Method to open the contributor. Meant to be overridden. | |
| close () | |
| Optional method to close the contributor. Meant to be overridden. | |
| read () | |
| Method to read an ancillary contribution from a file. | |
Definition at line 11 of file ancillaryFile.py.
1.4.3