Skip to content

Commit b940f87

Browse files
authored
Set __all__ in zeroconf.aio to ensure private functions do now show in the docs (#652)
1 parent df9f8d9 commit b940f87

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

zeroconf/aio.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
from .const import _BROWSER_TIME, _CHECK_TIME, _LISTENER_TIME, _MDNS_PORT, _REGISTER_TIME, _UNREGISTER_TIME
3434

3535

36+
__all__ = [
37+
"AsyncZeroconf",
38+
"AsyncServiceInfo",
39+
"AsyncServiceBrowser",
40+
"AsyncServiceListener",
41+
]
42+
43+
3644
class AsyncNotifyListener(NotifyListener):
3745
"""A NotifyListener that async code can use to wait for events."""
3846

0 commit comments

Comments
 (0)