nucleus.io.gfile -- A Python interface for files.

Source code: nucleus/io/gfile.py

Documentation index: doc_index.md


Classes overview

Name Description
ReadableFile Wraps gfile.ReadableFile to add iteration, enter/exit and readlines.

Functions overview

Name Description
Exists(filename)
Glob(pattern)
Open(filename, mode='r')

Classes

ReadableFile

Wraps gfile.ReadableFile to add iteration, enter/exit and readlines.

Methods:

__init__(self, filename)

readlines(self)

Functions

Exists(filename)

Glob(pattern)

Open(filename, mode='r')