a_really_long_function_name_just_to_see_what_happens#

test_package.animals.a_really_long_function_name_just_to_see_what_happens()[source]#

Prints what the animals name is and what sound it makes.

If the argument sound isn’t passed in, the default animal sound is used.

Note

  • This is a note.

Warning

  • This is a warning.

Parameters:

sound (str, optional) – The sound the animal makes (default is None).

Returns:

list – A list.

Raises:

NotImplementedError – If no sound is set for the animal or passed in as a parameter.

Examples

>>> import datetime
>>> datetime.datetime(2019, 8, 16, 22, 46, 37, 856437)
datetime.datetime(2019, 8, 16, 22, 46, 37, 856437)

References