encommon.webkit package#

Subpackages#

Submodules#

encommon.webkit.content module#

Functions and routines associated with Enasis Network Common Library.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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#

Functions and routines associated with Enasis Network Common Library.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

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.