Source code for rtd_practice.api.my_module
"""Bla."""
import numpy as np
from pandas.api.types import is_categorical
[docs]def my_function(foo):
"""Example Function with one argument.
Args:
foo (int): One argument
Returns:
bool: The return value. True for success, False otherwise.
"""
return False