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
_nick (str, optional): The nick name to search for. Defaults to None.
47
-
_ip (str, optional): The IP address to search for. Defaults to None.
48
-
_object_detail_level (int, optional): set the detail of the response object, this is similar to the Detail level column in Structure of a client object. In this RPC call it defaults to 2 if this parameter is not specified. Defaults to 2.
27
+
nick (str, optional): The nick name to search for. Defaults to None.
28
+
ip (str, optional): The IP address to search for. Defaults to None.
29
+
object_detail_level (int, optional): set the detail of the response object, this is similar to the Detail level column in Structure of a client object. In this RPC call it defaults to 2 if this parameter is not specified. Defaults to 2.
49
30
50
31
Returns:
51
-
List[ModelWhowas]: If success it return the object ModelWhowas | None if nothing or error, see Error property
32
+
List[dfn.Whowas]: The Whowas model or Empty Whowas model
0 commit comments