jasy.script package

Submodules

jasy.script.Resolver module

class jasy.script.Resolver.Resolver(profile)[source]

Bases: jasy.abstract.Resolver.Resolver

addVirtual(name, text)[source]

Adds a virtual aka generated class to the resolver with the given name and text.

Please note: The file name is modified to contain a checksum of the content as a postfix. This keeps caches in-tact when using different contents for the same file name aka different sets of assets, translations, etc. The classname itself (which is modified here as said) is not so much of relevance because of the situation that the virtual class object is automatically added to the resolver (and sorter).

getItemDependencies(item)[source]
getSorted()[source]

Returns a list of sorted classes

jasy.script.Sorter module

class jasy.script.Sorter.Sorter(resolver)[source]

Bases: jasy.abstract.Sorter.AbstractSorter

Sorter for Script items

getItemBreaks(item)[source]
getItemDependencies(item)[source]

Module contents

Table Of Contents

Previous topic

jasy.parse package

Next topic

jasy.script.api package

This Page