You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
call(*args, **kwargs, &block)
creates a new instance and invokes call. Any positional argument is forward
to call. Keyword arguments are either forwarded to the initializer or to
call. If the keyword argument matches the name of property, it is forwarded
to the initializer, otherwise to call.