add comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -97,3 +97,4 @@ PY_PROTO_TYPEMAP(ortools.sat.sat_parameters_pb2,
|
||||
%include "ortools/sat/swig_helper.h"
|
||||
|
||||
%unignoreall
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user