Sep 7, 2018 · 1 min read
lambda x, y, z: Noneis used to replace original __init__ function. __init__ accepts three arguments (self and two other) and returns None. So our mock replacement is accepts three arguments and returns None.
lambda x, y, z: Noneis used to replace original __init__ function. __init__ accepts three arguments (self and two other) and returns None. So our mock replacement is accepts three arguments and returns None.
Written by