We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08ce99 + 10c47ee commit 07cc823Copy full SHA for 07cc823
1 file changed
dlt/dlt_broker.py
@@ -281,5 +281,5 @@ def dlt_time(self):
281
raise RuntimeError("Getting dlt time function is not enabled")
282
283
@property
284
- def is_injectable(self) -> bool:
+ def injection_support(self) -> bool:
285
return bool(self._ip_address)
0 commit comments