mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
KCC: docstring for kcc.graph.VertexColour()
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
7663951112
commit
ea48c8f2b6
@ -708,6 +708,7 @@ def setup_graph(part, site_table, transport_guid, sitelink_table,
|
||||
|
||||
|
||||
class VertexColor(object):
|
||||
"""Enumeration of vertex colours"""
|
||||
(red, black, white, unknown) = range(0, 4)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user