Skip to main content

Table of Contents

example_public_library

Public shared library 1 package.

example_public_library.public_core

Public core functionality for shared library public 1.

public_function_1

def public_function_1(arg1: str = "default_value") -> str

Example public shared function from library 1.

Arguments:

  • arg1 str - An example argument with a default value.

Returns:

  • str - A greeting message.