fakeproj.fakedir.fakemodule¶
fake module with two fake functions used for tests
Module Contents¶
-
fakeproj.fakedir.fakemodule.fakefunc(fakelist: List[int]) → np.array¶ take a list and return numpy array
- Parameters
fakelist (list[int]) – list of ints
- Returns
numpy array from python list
- Return type
numpy.array
-
fakeproj.fakedir.fakemodule.yaff(fakestr: str) → str¶ yet another fake function to print and return
- Parameters
fakestr (str) – any random string
- Returns
return the same string
- Return type
str