sitecustomize_hello
sitecustomize_hello.__init__.
Package Contents
Functions
|
Convert a string representation of truth to true (1) or false (0). |
Print hello to standard output. |
Attributes
- sitecustomize_hello.__version__ = '1.0'
- sitecustomize_hello.__copyright__ = 'Copyright 2023 Libranet.'
- sitecustomize_hello.__license__ = 'MIT License'
- sitecustomize_hello.strtobool(value)
Convert a string representation of truth to true (1) or false (0).
True values are case insensitive ‘y’, ‘yes’, ‘t’, ‘true’, ‘on’, and ‘1’. false values are case insensitive ‘n’, ‘no’, ‘f’, ‘false’, ‘off’, and ‘0’. Raises ValueError if ‘val’ is anything else.
Copied from distutils.util.strtobool, which is deprecated
- Parameters:
value (str) –
- Return type:
bool
- sitecustomize_hello.entrypoint()
Print hello to standard output.
- commands known to break:
- > poetry lock
Expecting value: line 1 column 1 (char 0)
- Return type:
None