19 lines
398 B
Python
19 lines
398 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionTraverse = 2
|
|
"""
|
|
Traverse channel. Without this, a client cannot reach subchannels, no matter which privileges he has there.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionTraverse``.
|
|
"""
|
|
|
|
__all__ = ["PermissionTraverse"]
|