add comments

This commit is contained in:
Laurent Perron
2019-06-28 10:58:35 +02:00
parent 3d42d42b8d
commit 5a334386a2
3 changed files with 5 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ from ortools.util import sorted_interval_list
Domain = sorted_interval_list.Domain
# Documentation cleaning.
# Remove the documentation of some functions.
# See https://pdoc3.github.io/pdoc/doc/pdoc/#overriding-docstrings-with-
__pdoc__ = {}
__pdoc__['DisplayBounds'] = False
__pdoc__['EvaluateLinearExpr'] = False

View File

@@ -97,3 +97,4 @@ PY_PROTO_TYPEMAP(ortools.sat.sat_parameters_pb2,
%include "ortools/sat/swig_helper.h"
%unignoreall

View File

@@ -23,6 +23,8 @@
%}
%pythonbegin %{
# Remove the documentation of some functions.
# See https://pdoc3.github.io/pdoc/doc/pdoc/#overriding-docstrings-with-
__pdoc__ = {}
__pdoc__['Domain_AllValues'] = False
__pdoc__['Domain_FromFlatIntervals'] = False