Home
last modified time | relevance | path

Searched refs:__doc__ (Results 1 – 25 of 6177) sorted by relevance

12345678910>>...248

/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A D_ast24.py8 __doc__ = None variable in AST
12 __doc__ = None variable in operator
16 __doc__ = None variable in Add
20 __doc__ = None variable in boolop
24 __doc__ = None variable in And
28 __doc__ = None variable in stmt
32 __doc__ = None variable in Assert
36 __doc__ = None variable in Assign
40 __doc__ = None variable in expr
44 __doc__ = None variable in Attribute
[all …]
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A D_typed_ops.py153 __add__.__doc__ = operator.add.__doc__
162 __or__.__doc__ = operator.or_.__doc__
163 __lt__.__doc__ = operator.lt.__doc__
164 __le__.__doc__ = operator.le.__doc__
165 __gt__.__doc__ = operator.gt.__doc__
166 __ge__.__doc__ = operator.ge.__doc__
193 round.__doc__ = ops.round_.__doc__
195 conj.__doc__ = ops.conj.__doc__
383 round.__doc__ = ops.round_.__doc__
385 conj.__doc__ = ops.conj.__doc__
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_additions/
H A Dqgscodeeditorcolorscheme.py3 QgsCodeEditorColorScheme.ColorRole.Default.__doc__ = "Default text color"
4 QgsCodeEditorColorScheme.ColorRole.Keyword.__doc__ = "Keyword color"
5 QgsCodeEditorColorScheme.ColorRole.Class.__doc__ = "Class color"
6 QgsCodeEditorColorScheme.ColorRole.Method.__doc__ = "Method color"
8 QgsCodeEditorColorScheme.ColorRole.Number.__doc__ = "Number color"
9 QgsCodeEditorColorScheme.ColorRole.Comment.__doc__ = "Comment color"
13 QgsCodeEditorColorScheme.ColorRole.Cursor.__doc__ = "Cursor color"
23 QgsCodeEditorColorScheme.ColorRole.Tag.__doc__ = "Tag color"
31 QgsCodeEditorColorScheme.ColorRole.Edge.__doc__ = "Edge color"
32 QgsCodeEditorColorScheme.ColorRole.Fold.__doc__ = "Fold color"
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_additions/
H A Dqgscodeeditorcolorscheme.py3 QgsCodeEditorColorScheme.ColorRole.Default.__doc__ = "Default text color"
4 QgsCodeEditorColorScheme.ColorRole.Keyword.__doc__ = "Keyword color"
5 QgsCodeEditorColorScheme.ColorRole.Class.__doc__ = "Class color"
6 QgsCodeEditorColorScheme.ColorRole.Method.__doc__ = "Method color"
8 QgsCodeEditorColorScheme.ColorRole.Number.__doc__ = "Number color"
9 QgsCodeEditorColorScheme.ColorRole.Comment.__doc__ = "Comment color"
13 QgsCodeEditorColorScheme.ColorRole.Cursor.__doc__ = "Cursor color"
23 QgsCodeEditorColorScheme.ColorRole.Tag.__doc__ = "Tag color"
31 QgsCodeEditorColorScheme.ColorRole.Edge.__doc__ = "Edge color"
32 QgsCodeEditorColorScheme.ColorRole.Fold.__doc__ = "Fold color"
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_additions/
H A Dqgis.py6 QgsMapLayer.VectorLayer.__doc__ = ""
9 QgsMapLayer.RasterLayer.__doc__ = ""
12 QgsMapLayer.PluginLayer.__doc__ = ""
55 Qgis.CInt16.__doc__ = "Complex Int16"
58 Qgis.CInt32.__doc__ = "Complex Int32"
71__doc__ = 'Raster data types.\nThis is modified and extended copy of GDALDataType.\n\n' + '* ``Unk…
111 QgsSymbol.Line.__doc__ = "Line symbol"
114 QgsSymbol.Fill.__doc__ = "Fill symbol"
118__doc__ = 'Symbol types\n\n.. versionadded:: 3.20\n\n' + '* ``Marker``: ' + Qgis.SymbolType.Marker…
363__doc__ = 'Drive types\n\n.. versionadded:: 3.20\n\n' + '* ``Unknown``: ' + Qgis.DriveType.Unknown…
[all …]
H A Dqgsdxfexport.py10 QgsDxfExport.VAlign.VBaseLine.__doc__ = "Top (0)"
11 QgsDxfExport.VAlign.VBottom.__doc__ = "Bottom (1)"
12 QgsDxfExport.VAlign.VMiddle.__doc__ = "Middle (2)"
13 QgsDxfExport.VAlign.VTop.__doc__ = "Top (3)"
14 QgsDxfExport.VAlign.Undefined.__doc__ = "Undefined"
15__doc__ = 'Vertical alignments.\n\n' + '* ``VBaseLine``: ' + QgsDxfExport.VAlign.VBaseLine.__doc__
18 QgsDxfExport.HAlign.HLeft.__doc__ = "Left (0)"
19 QgsDxfExport.HAlign.HCenter.__doc__ = "Centered (1)"
20 QgsDxfExport.HAlign.HRight.__doc__ = "Right (2)"
24 QgsDxfExport.HAlign.Undefined.__doc__ = "Undefined"
[all …]
H A Dqgsprovidersublayermodel.py3 QgsProviderSublayerModel.Role.ProviderKey.__doc__ = "Provider key"
4 QgsProviderSublayerModel.Role.LayerType.__doc__ = "Layer type"
5 QgsProviderSublayerModel.Role.Uri.__doc__ = "Layer URI"
6 QgsProviderSublayerModel.Role.Name.__doc__ = "Layer name"
7 QgsProviderSublayerModel.Role.Description.__doc__ = "Layer description"
8 QgsProviderSublayerModel.Role.Path.__doc__ = "Layer path"
12 QgsProviderSublayerModel.Role.LayerNumber.__doc__ = "Layer number"
15 QgsProviderSublayerModel.Role.Flags.__doc__ = "Sublayer flags"
16__doc__ = 'Custom model roles\n\n' + '* ``ProviderKey``: ' + QgsProviderSublayerModel.Role.Provide…
19 QgsProviderSublayerModel.Column.Name.__doc__ = "Layer name"
[all …]
H A Dqgsscalebarrenderer.py3 QgsScaleBarRenderer.Flag.FlagUsesLineSymbol.__doc__ = "Renderer utilizes the scalebar line symbol (…
4 QgsScaleBarRenderer.Flag.FlagUsesFillSymbol.__doc__ = "Renderer utilizes the scalebar fill symbol (…
6 QgsScaleBarRenderer.Flag.FlagRespectsUnits.__doc__ = "Renderer respects the QgsScaleBarSettings::un…
7 QgsScaleBarRenderer.Flag.FlagRespectsMapUnitsPerScaleBarUnit.__doc__ = "Renderer respects the QgsSc…
8 QgsScaleBarRenderer.Flag.FlagUsesUnitLabel.__doc__ = "Renderer uses the QgsScaleBarSettings::unitLa…
9 QgsScaleBarRenderer.Flag.FlagUsesSegments.__doc__ = "Renderer uses the scalebar segments"
10 QgsScaleBarRenderer.Flag.FlagUsesLabelBarSpace.__doc__ = "Renderer uses the QgsScaleBarSettings::la…
11 QgsScaleBarRenderer.Flag.FlagUsesLabelVerticalPlacement.__doc__ = "Renderer uses the QgsScaleBarSet…
12 QgsScaleBarRenderer.Flag.FlagUsesLabelHorizontalPlacement.__doc__ = "Renderer uses the QgsScaleBarS…
13 QgsScaleBarRenderer.Flag.FlagUsesAlignment.__doc__ = "Renderer uses the QgsScaleBarSettings::alignm…
[all …]
H A Dqgsstyleentityvisitor.py3 QgsStyleEntityVisitorInterface.NodeType.Project.__doc__ = "QGIS Project node"
4 QgsStyleEntityVisitorInterface.NodeType.Layer.__doc__ = "Map layer"
6 QgsStyleEntityVisitorInterface.NodeType.Layouts.__doc__ = "Layout collection"
7 QgsStyleEntityVisitorInterface.NodeType.PrintLayout.__doc__ = "An individual print layout"
9 QgsStyleEntityVisitorInterface.NodeType.Report.__doc__ = "A QGIS print report"
10 QgsStyleEntityVisitorInterface.NodeType.ReportHeader.__doc__ = "Report header section"
11 QgsStyleEntityVisitorInterface.NodeType.ReportFooter.__doc__ = "Report footer section"
12 QgsStyleEntityVisitorInterface.NodeType.ReportSection.__doc__ = "Report sub section"
13 QgsStyleEntityVisitorInterface.NodeType.Annotations.__doc__ = "Annotations collection"
14 QgsStyleEntityVisitorInterface.NodeType.Annotation.__doc__ = "An individual annotation"
[all …]
H A Dqgsproject.py5 QgsProject.ReadFlag.FlagDontResolveLayers.__doc__ = "Don't resolve layer paths (i.e. don't load any…
11 QgsProject.ReadFlag.FlagTrustLayerMetadata.__doc__ = "Trust layer metadata. Improves project read t…
14 QgsProject.ReadFlag.FlagDontStoreOriginalStyles.__doc__ = "Skip the initial XML style storage for l…
15__doc__ = 'Flags which control project read behavior.\n\n.. versionadded:: 3.10\n\n' + '* ``FlagDo…
18 QgsProject.FileFormat.Qgz.__doc__ = "Archive file format, supports auxiliary data"
19 QgsProject.FileFormat.Qgs.__doc__ = "Project saved in a clear text, does not support auxiliary data"
20__doc__ = 'Flags which control project read behavior.\n\n.. versionadded:: 3.12\n\n' + '* ``Qgz``:…
24 QgsProject.AvoidIntersectionsMode.AllowIntersections.__doc__ = "Overlap with any feature allowed wh…
25 QgsProject.AvoidIntersectionsMode.AvoidIntersectionsCurrentLayer.__doc__ = "Overlap with features f…
26 QgsProject.AvoidIntersectionsMode.AvoidIntersectionsLayers.__doc__ = "Overlap with features from a …
[all …]
H A Dqgslabellinesettings.py3 QgsLabelLineSettings.DirectionSymbolPlacement.SymbolLeftRight.__doc__ = "Place direction symbols on…
4 QgsLabelLineSettings.DirectionSymbolPlacement.SymbolAbove.__doc__ = "Place direction symbols on abo…
5 QgsLabelLineSettings.DirectionSymbolPlacement.SymbolBelow.__doc__ = "Place direction symbols on bel…
6__doc__ = 'Placement options for direction symbols.\n\n' + '* ``SymbolLeftRight``: ' + QgsLabelLin…
9 QgsLabelLineSettings.AnchorType.HintOnly.__doc__ = "Line anchor is a hint for preferred placement o…
10 QgsLabelLineSettings.AnchorType.Strict.__doc__ = "Line anchor is a strict placement, and other plac…
11__doc__ = 'Line anchor types\n\n' + '* ``HintOnly``: ' + QgsLabelLineSettings.AnchorType.HintOnly.
14 QgsLabelLineSettings.AnchorClipping.UseVisiblePartsOfLine.__doc__ = "Only visible parts of lines ar…
15 QgsLabelLineSettings.AnchorClipping.UseEntireLine.__doc__ = "Entire original feature line geometry …
16__doc__ = 'Clipping behavior for line anchor calculation.\n\n.. versionadded:: 3.20\n\n' + '* ``Us…
H A Dqgssettingsentry.py3 QgsSettingsEntryBase.SettingsType.Variant.__doc__ = "Generic variant"
4 QgsSettingsEntryBase.SettingsType.String.__doc__ = "String"
5 QgsSettingsEntryBase.SettingsType.StringList.__doc__ = "List of strings"
6 QgsSettingsEntryBase.SettingsType.Bool.__doc__ = "Boolean"
7 QgsSettingsEntryBase.SettingsType.Integer.__doc__ = "Integer"
8 QgsSettingsEntryBase.SettingsType.Double.__doc__ = "Double precision numer"
9 QgsSettingsEntryBase.SettingsType.EnumFlag.__doc__ = "Enum or Flag"
10 QgsSettingsEntryBase.SettingsType.Color.__doc__ = "Color"
11__doc__ = 'Types of settings entries\n\n' + '* ``Variant``: ' + QgsSettingsEntryBase.SettingsType.…
H A Dqgsrasterdataprovider.py3 QgsRasterDataProvider.ResamplingMethod.Nearest.__doc__ = "Nearest-neighbour resampling"
4 QgsRasterDataProvider.ResamplingMethod.Bilinear.__doc__ = "Bilinear (2x2 kernel) resampling"
5 QgsRasterDataProvider.ResamplingMethod.Cubic.__doc__ = "Cubic Convolution Approximation (4x4 kernel…
6 QgsRasterDataProvider.ResamplingMethod.CubicSpline.__doc__ = "Cubic B-Spline Approximation (4x4 ker…
7 QgsRasterDataProvider.ResamplingMethod.Lanczos.__doc__ = "Lanczos windowed sinc interpolation (6x6 …
8 QgsRasterDataProvider.ResamplingMethod.Average.__doc__ = "Average resampling"
9 QgsRasterDataProvider.ResamplingMethod.Mode.__doc__ = "Mode (selects the value which appears most o…
10 QgsRasterDataProvider.ResamplingMethod.Gauss.__doc__ = "Gauss blurring"
11__doc__ = 'Resampling method for provider-level resampling.\n\n.. versionadded:: 3.16\n\n' + '* ``…
/dports/science/pynn/PyNN-0.10.0/pyNN/mock/
H A Dstandardmodels.py17 __doc__ = cells.IF_curr_alpha.__doc__ variable in IF_curr_alpha
33 __doc__ = cells.IF_curr_exp.__doc__ variable in IF_curr_exp
49 __doc__ = cells.IF_cond_alpha.__doc__ variable in IF_cond_alpha
67 __doc__ = cells.IF_cond_exp.__doc__ variable in IF_cond_exp
85 __doc__ = cells.IF_facets_hardware1.__doc__ variable in IF_facets_hardware1
89 __doc__ = cells.HH_cond_exp.__doc__ variable in HH_cond_exp
113 __doc__ = cells.SpikeSourcePoisson.__doc__ variable in SpikeSourcePoisson
123 __doc__ = cells.SpikeSourceArray.__doc__ variable in SpikeSourceArray
177 __doc__ = cells.Izhikevich.__doc__ variable in Izhikevich
198 __doc__ = electrodes.DCSource.__doc__ variable in DCSource
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_additions/
H A Dqgsdxfexport.py10 QgsDxfExport.VAlign.VBaseLine.__doc__ = "Top (0)"
11 QgsDxfExport.VAlign.VBottom.__doc__ = "Bottom (1)"
12 QgsDxfExport.VAlign.VMiddle.__doc__ = "Middle (2)"
13 QgsDxfExport.VAlign.VTop.__doc__ = "Top (3)"
14 QgsDxfExport.VAlign.Undefined.__doc__ = "Undefined"
15__doc__ = 'Vertical alignments.\n\n' + '* ``VBaseLine``: ' + QgsDxfExport.VAlign.VBaseLine.__doc__
18 QgsDxfExport.HAlign.HLeft.__doc__ = "Left (0)"
19 QgsDxfExport.HAlign.HCenter.__doc__ = "Centered (1)"
20 QgsDxfExport.HAlign.HRight.__doc__ = "Right (2)"
24 QgsDxfExport.HAlign.Undefined.__doc__ = "Undefined"
[all …]
H A Dqgsscalebarrenderer.py3 QgsScaleBarRenderer.Flag.FlagUsesLineSymbol.__doc__ = "Renderer utilizes the scalebar line symbol (…
4 QgsScaleBarRenderer.Flag.FlagUsesFillSymbol.__doc__ = "Renderer utilizes the scalebar fill symbol (…
6 QgsScaleBarRenderer.Flag.FlagRespectsUnits.__doc__ = "Renderer respects the QgsScaleBarSettings::un…
7 QgsScaleBarRenderer.Flag.FlagRespectsMapUnitsPerScaleBarUnit.__doc__ = "Renderer respects the QgsSc…
8 QgsScaleBarRenderer.Flag.FlagUsesUnitLabel.__doc__ = "Renderer uses the QgsScaleBarSettings::unitLa…
9 QgsScaleBarRenderer.Flag.FlagUsesSegments.__doc__ = "Renderer uses the scalebar segments"
10 QgsScaleBarRenderer.Flag.FlagUsesLabelBarSpace.__doc__ = "Renderer uses the QgsScaleBarSettings::la…
11 QgsScaleBarRenderer.Flag.FlagUsesLabelVerticalPlacement.__doc__ = "Renderer uses the QgsScaleBarSet…
12 QgsScaleBarRenderer.Flag.FlagUsesLabelHorizontalPlacement.__doc__ = "Renderer uses the QgsScaleBarS…
13 QgsScaleBarRenderer.Flag.FlagUsesAlignment.__doc__ = "Renderer uses the QgsScaleBarSettings::alignm…
[all …]
H A Dqgsstyleentityvisitor.py3 QgsStyleEntityVisitorInterface.NodeType.Project.__doc__ = "QGIS Project node"
4 QgsStyleEntityVisitorInterface.NodeType.Layer.__doc__ = "Map layer"
6 QgsStyleEntityVisitorInterface.NodeType.Layouts.__doc__ = "Layout collection"
7 QgsStyleEntityVisitorInterface.NodeType.PrintLayout.__doc__ = "An individual print layout"
9 QgsStyleEntityVisitorInterface.NodeType.Report.__doc__ = "A QGIS print report"
10 QgsStyleEntityVisitorInterface.NodeType.ReportHeader.__doc__ = "Report header section"
11 QgsStyleEntityVisitorInterface.NodeType.ReportFooter.__doc__ = "Report footer section"
12 QgsStyleEntityVisitorInterface.NodeType.ReportSection.__doc__ = "Report sub section"
13 QgsStyleEntityVisitorInterface.NodeType.Annotations.__doc__ = "Annotations collection"
14 QgsStyleEntityVisitorInterface.NodeType.Annotation.__doc__ = "An individual annotation"
[all …]
H A Dqgsproject.py4 QgsProject.ReadFlag.FlagDontResolveLayers.__doc__ = "Don't resolve layer paths (i.e. don't load any…
8 QgsProject.ReadFlag.FlagTrustLayerMetadata.__doc__ = "Trust layer metadata. Improves project read t…
10 QgsProject.ReadFlag.FlagDontStoreOriginalStyles.__doc__ = "Skip the initial XML style storage for l…
11__doc__ = 'Flags which control project read behavior.\n\n.. versionadded:: 3.10\n\n' + '* ``FlagDo…
14 QgsProject.FileFormat.Qgz.__doc__ = "Archive file format, supports auxiliary data"
15 QgsProject.FileFormat.Qgs.__doc__ = "Project saved in a clear text, does not support auxiliary data"
16__doc__ = 'Flags which control project read behavior.\n\n.. versionadded:: 3.12\n\n' + '* ``Qgz``:…
20 QgsProject.AvoidIntersectionsMode.AllowIntersections.__doc__ = "Overlap with any feature allowed wh…
21 QgsProject.AvoidIntersectionsMode.AvoidIntersectionsCurrentLayer.__doc__ = "Overlap with features f…
22 QgsProject.AvoidIntersectionsMode.AvoidIntersectionsLayers.__doc__ = "Overlap with features from a …
[all …]
/dports/science/pynn/PyNN-0.10.0/pyNN/neuron/standardmodels/
H A Dcells.py24 __doc__ = base_cells.IF_curr_alpha.__doc__ variable in IF_curr_alpha
44 __doc__ = base_cells.IF_curr_exp.__doc__ variable in IF_curr_exp
64 __doc__ = base_cells.IF_cond_alpha.__doc__ variable in IF_cond_alpha
86 __doc__ = base_cells.IF_cond_exp.__doc__ variable in IF_cond_exp
108 __doc__ = base_cells.IF_facets_hardware1.__doc__ variable in IF_facets_hardware1
130 __doc__ = base_cells.HH_cond_exp.__doc__ variable in HH_cond_exp
154 __doc__ = base_cells.IF_cond_exp_gsfa_grr.__doc__ variable in IF_cond_exp_gsfa_grr
182 __doc__ = base_cells.SpikeSourcePoisson.__doc__ variable in SpikeSourcePoisson
206 __doc__ = base_cells.SpikeSourceGamma.__doc__ variable in SpikeSourceGamma
219 __doc__ = base_cells.SpikeSourceArray.__doc__ variable in SpikeSourceArray
[all …]
/dports/science/pynn/PyNN-0.10.0/pyNN/nest/standardmodels/
H A Dcells.py15 __doc__ = cells.IF_curr_alpha.__doc__ variable in IF_curr_alpha
35 __doc__ = cells.IF_curr_exp.__doc__ variable in IF_curr_exp
55 __doc__ = cells.IF_cond_alpha.__doc__ variable in IF_cond_alpha
77 __doc__ = cells.IF_cond_exp.__doc__ variable in IF_cond_exp
99 __doc__ = cells.IF_cond_exp_gsfa_grr.__doc__ variable in IF_cond_exp_gsfa_grr
127 __doc__ = cells.IF_facets_hardware1.__doc__ variable in IF_facets_hardware1
152 __doc__ = cells.HH_cond_exp.__doc__ variable in HH_cond_exp
203 __doc__ = cells.SpikeSourcePoisson.__doc__ variable in SpikeSourcePoisson
250 __doc__ = cells.SpikeSourceGamma.__doc__ variable in SpikeSourceGamma
308 __doc__ = cells.SpikeSourceArray.__doc__ variable in SpikeSourceArray
[all …]
/dports/net/py-twitter-tools/twitter-twitter-1.18.0/twitter/
H A D__init__.py15 __doc__ as oauth_doc)
18 __doc__ as oauth2_doc)
22 __doc__ = __doc__ or "" variable
24 __doc__ += """
28 __doc__ += dedent(Twitter.__doc__ or "")
30 __doc__ += """
34 __doc__ += dedent(TwitterStream.__doc__ or "")
37 __doc__ += """
41 __doc__ += dedent(TwitterResponse.__doc__ or "")
44 __doc__ += """
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/analysis/auto_additions/
H A Dqgsgcptransformer.py3 QgsGcpTransformerInterface.TransformMethod.Linear.__doc__ = "Linear transform"
4 QgsGcpTransformerInterface.TransformMethod.Helmert.__doc__ = "Helmert transform"
5 QgsGcpTransformerInterface.TransformMethod.PolynomialOrder1.__doc__ = "Polynomial order 1"
6 QgsGcpTransformerInterface.TransformMethod.PolynomialOrder2.__doc__ = "Polyonmial order 2"
7 QgsGcpTransformerInterface.TransformMethod.PolynomialOrder3.__doc__ = "Polynomial order"
8 QgsGcpTransformerInterface.TransformMethod.ThinPlateSpline.__doc__ = "Thin plate splines"
9 QgsGcpTransformerInterface.TransformMethod.Projective.__doc__ = "Projective"
10 QgsGcpTransformerInterface.TransformMethod.InvalidTransform.__doc__ = "Invalid transform"
11__doc__ = 'Available transformation methods.\n\n' + '* ``Linear``: ' + QgsGcpTransformerInterface.…
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_docstring_options.py7 assert not m.test_function1.__doc__
9 assert m.test_function2.__doc__ == "A custom docstring"
12 assert m.test_overloaded1.__doc__ == "Overload docstring"
18 assert m.test_overloaded3.__doc__ == "Overload docstr"
24 assert m.test_function4.__doc__.endswith("A custom docstring\n")
28 assert not m.test_function5.__doc__
31 assert m.test_function6.__doc__ == "A custom docstring"
35 assert m.test_function7.__doc__.endswith("A custom docstring\n")
38 assert m.test_function8.__doc__ is None
41 assert not m.DocstringTestFoo.__doc__
[all …]
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_docstring_options.py7 assert not m.test_function1.__doc__
9 assert m.test_function2.__doc__ == "A custom docstring"
12 assert m.test_overloaded1.__doc__ == "Overload docstring"
18 assert m.test_overloaded3.__doc__ == "Overload docstr"
24 assert m.test_function4.__doc__.endswith("A custom docstring\n")
28 assert not m.test_function5.__doc__
31 assert m.test_function6.__doc__ == "A custom docstring"
35 assert m.test_function7.__doc__.endswith("A custom docstring\n")
38 assert m.test_function8.__doc__ is None
41 assert not m.DocstringTestFoo.__doc__
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_docstring_options.py7 assert not m.test_function1.__doc__
9 assert m.test_function2.__doc__ == "A custom docstring"
12 assert m.test_overloaded1.__doc__ == "Overload docstring"
18 assert m.test_overloaded3.__doc__ == "Overload docstr"
24 assert m.test_function4.__doc__.endswith("A custom docstring\n")
28 assert not m.test_function5.__doc__
31 assert m.test_function6.__doc__ == "A custom docstring"
35 assert m.test_function7.__doc__.endswith("A custom docstring\n")
38 assert m.test_function8.__doc__ is None
41 assert not m.DocstringTestFoo.__doc__
[all …]

12345678910>>...248