passerine.data.base

Note

This page is automatically generated. If you don’t see anything, this means this sub-module is not meant to be used. If you really want to know what it is, please check out the source code at passerine/data/base.py.

class passerine.data.base.ResourceEntity(path, cacheable=False)

Static resource entity representing the real static resource which is already loaded to the memory.

Parameters:path – the path to the static resource.

Note

This is for internal use only.

content

Get the content of the entity.