Sample Function

This is a sample function which concatenates a and b (Google docstring format)

param a

Prefix of string

type a

str

param b

Suffix of string

type b

str

returns

Combined result of a and b

rtype

str

This is a sample function which concatenates a and b (Numpy docstring format)

param a

Prefix of string

type a

str

param b

Suffix of string

type b

str

returns

Combined result of a and b

rtype

str