FileLocation Class

Inheritance diagram of FileLocation

class FileLocation(path)

Location on the filesystem.

Constructor:

__init__(path)

Create a location given a relative or absolute path.

Parameters:path (str) – Path on the filesystem.

Methods:

open(filename[, mode])

Methods

FileLocation.open(filename, mode='rb')

Table Of Contents

Previous topic

texture Function

Next topic

Loader Class