find_by_name method

find_by_name

Find author in a collection by name.

Returns

Author or null.

def find_by_name(self, name):
    ...
ParameterTypeDescription
namestrName of an author to find.

See Also