OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | as_stream (self) |
def | file_path (self) |
def | bytes (self) |
def | size (self) |
![]() | |
def | __init__ (self, finder, name) |
Static Public Attributes | |
is_container | |
Additional Inherited Members | |
![]() | |
finder | |
name | |
A class representing an in-package resource, such as a data file. This is not normally instantiated by user code, but rather by a :class:`ResourceFinder` which manages the resource.
def as_stream | ( | self | ) |
Get the resource as a stream. This is not a property to make it obvious that it returns a new stream each time.
def bytes | ( | self | ) |
def file_path | ( | self | ) |
def size | ( | self | ) |
|
static |