File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ class AnonymousIP(SimpleModel):
471
471
472
472
The IP address used in the lookup.
473
473
474
- :type: str
474
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
475
475
476
476
.. attribute:: network
477
477
@@ -534,7 +534,7 @@ class ASN(SimpleModel):
534
534
535
535
The IP address used in the lookup.
536
536
537
- :type: str
537
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
538
538
539
539
.. attribute:: network
540
540
@@ -587,7 +587,7 @@ class ConnectionType(SimpleModel):
587
587
588
588
The IP address used in the lookup.
589
589
590
- :type: str
590
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
591
591
592
592
.. attribute:: network
593
593
@@ -628,7 +628,7 @@ class Domain(SimpleModel):
628
628
629
629
The IP address used in the lookup.
630
630
631
- :type: str
631
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
632
632
633
633
.. attribute:: network
634
634
@@ -705,7 +705,7 @@ class ISP(ASN):
705
705
706
706
The IP address used in the lookup.
707
707
708
- :type: str
708
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
709
709
710
710
.. attribute:: network
711
711
Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ class Traits(Record):
651
651
running on. If the system is behind a NAT, this may differ from the IP
652
652
address locally assigned to it.
653
653
654
- :type: str
654
+ :type: ipaddress.IPv4Address or ipaddress.IPv6Address
655
655
656
656
.. attribute:: is_anonymous
657
657
You can’t perform that action at this time.
0 commit comments