mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-30 14:22:14 +02:00
6 lines
133 B
Python
6 lines
133 B
Python
class CabledObjectMixin:
|
|
|
|
def resolve_cable_end(self, info):
|
|
# Handle empty values
|
|
return self.cable_end or None
|