encommon.webkit package#

Submodules#

encommon.webkit.content module#

class encommon.webkit.content.Content[source]#

Bases: object

Access common content used with application interfaces.

classmethod images(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.

classmethod scripts(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.

classmethod styles(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.

Module contents#

class encommon.webkit.Content[source]#

Bases: object

Access common content used with application interfaces.

classmethod images(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.

classmethod scripts(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.

classmethod styles(name: str) str | None[source]#

Return the contents requested stored within the project.

Parameters:

name – Which file in the project will be returned.

Returns:

Contents requested stored within the project.