Skip to content

Commit b2035af

Browse files
committed
Exclude additional properties from member listing in _Common class
1 parent cc83389 commit b2035af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/iop/_common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def _get_properties(cls) -> List[List[Any]]:
150150
if not inspect.ismethod(member[1]) and not inspect.isfunction(member[1]) and not inspect.isclass(member[1]):
151151
if member[0] not in ('INFO_URL','ICON_URL','PERSISTENT_PROPERTY_LIST'
152152
,'log_to_console','logger','iris_handle'
153-
,'DISPATCH','adapter','Adapter','buffer'):
153+
,'DISPATCH','adapter','Adapter','buffer'
154+
,'BusinessHost','business_host','business_host_python'):
154155
name = member[0]
155156
req = 0
156157
cat = "Additional"

0 commit comments

Comments
 (0)