Home
last modified time | relevance | path

Searched refs:docstrings (Results 1 – 25 of 2230) sorted by relevance

12345678910>>...90

/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/parsing/
H A Ddocstrings.ml.reference2 structure_item (docstrings.ml[1,0+0]..[4,105+7])
5 … type_declaration "with_default" (docstrings.ml[1,0+8]..[1,0+20]) (docstrings.ml[1,0+0]..[4,105+7])
8 core_type (docstrings.ml[1,0+5]..[1,0+7])
18 core_type (docstrings.ml[2,21+5]..[4,105+7])
21 core_type (docstrings.ml[2,21+11]..[2,21+14])
31 core_type (docstrings.ml[3,62+5]..[4,105+7])
47 structure_item (docstrings.ml[6,114+0]..[11,208+1])
50 … type_declaration "obj" (docstrings.ml[6,114+5]..[6,114+8]) (docstrings.ml[6,114+0]..[11,208+1])
60 core_type (docstrings.ml[6,114+11]..[11,208+1])
97 structure_item (docstrings.ml[13,211+0]..[16,280+1])
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/parsing/
H A Ddocstrings.ml.reference2 structure_item (docstrings.ml[1,0+0]..[4,105+7])
5 … type_declaration "with_default" (docstrings.ml[1,0+8]..[1,0+20]) (docstrings.ml[1,0+0]..[4,105+7])
8 core_type (docstrings.ml[1,0+5]..[1,0+7])
18 core_type (docstrings.ml[2,21+5]..[4,105+7])
21 core_type (docstrings.ml[2,21+11]..[2,21+14])
31 core_type (docstrings.ml[3,62+5]..[4,105+7])
47 structure_item (docstrings.ml[6,114+0]..[11,208+1])
50 … type_declaration "obj" (docstrings.ml[6,114+5]..[6,114+8]) (docstrings.ml[6,114+0]..[11,208+1])
60 core_type (docstrings.ml[6,114+11]..[11,208+1])
97 structure_item (docstrings.ml[13,211+0]..[16,280+1])
[all …]
/dports/ftp/py-pycurl/pycurl-7.44.1/
H A DMakefile42 GEN_SOURCES = src/docstrings.c src/docstrings.h
49 doc/docstrings/curl.rst \
50 doc/docstrings/curl_close.rst \
51 doc/docstrings/curl_errstr.rst \
55 doc/docstrings/curl_pause.rst \
57 doc/docstrings/curl_reset.rst \
61 doc/docstrings/multi.rst \
78 doc/docstrings/share.rst \
85 src/docstrings.c src/docstrings.h: $(DOCSTRINGS_SOURCES)
86 $(PYTHON) setup.py docstrings
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/code_generators/
H A Dgenerate_umath.py8 import ufunc_docstrings as docstrings namespace
281 docstrings.get('numpy.core.umath.add'),
345 docstrings.get('numpy.core.umath.fmod'),
398 docstrings.get('numpy.core.umath._arg'),
420 docstrings.get('numpy.core.umath.sign'),
442 docstrings.get('numpy.core.umath.less'),
666 docstrings.get('numpy.core.umath.cos'),
675 docstrings.get('numpy.core.umath.sin'),
684 docstrings.get('numpy.core.umath.tan'),
712 docstrings.get('numpy.core.umath.exp'),
[all …]
/dports/graphics/enblend/enblend-enfuse-4.2/doc/
H A Ddocstrings79 my ($docstrings, $data) = @_;
86 if (exists $docstrings->{$key}) {
95 $docstrings->{$key} = $data;
100 my ($docstrings, $filename, $file) = @_;
107 insert_docstring($docstrings,
116 return $docstrings;
121 my ($options, $docstrings) = @_;
143 my ($docstrings, $input_filename) = @_;
155 my ($docstrings, @key_value_pairs) = @_;
166 insert_docstring($docstrings,
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/base/oi/type_hinting/
H A Dfactory.py3 composite, inheritance, docstrings, numpydocstrings, pep0484_type_comments
14 docstrings.ParamProvider(docstrings.DocstringParamParser(), self.make_resolver()),
15docstrings.ParamProvider(numpydocstrings.NumPyDocstringParamParser(), self.make_resolver()),
22 docstrings.ReturnProvider(docstrings.DocstringReturnParser(), self.make_resolver()),
30 docstrings.AssignmentProvider(docstrings.DocstringParamParser(), self.make_resolver()),
31docstrings.AssignmentProvider(numpydocstrings.NumPyDocstringParamParser(), self.make_resolver()),
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/etgtools/
H A Dsphinx_generator.py422 docstrings = self.CommonJoin(child, docstrings)
679 docstrings = ''
698 if docstrings:
699 docstrings = '\n\n\n%s\n\n'%docstrings
895 docstrings = '\n\n%s\n'%docstrings
970 docstrings = ''
982 docstrings = '%s- %s\n'%(spacer, docstrings)
1091 docstrings = ''
2848 docstrings = self.Indent(None, self.docstrings, spacer, '')
2882 docstrings = docstrings[0:index]
[all …]
/dports/science/siconos/siconos-4.4.0/docs/cmake/
H A Ddoxy2swig_docstrings.cmake23 docstrings from xml doxygen output.
27 create docstrings from xml outputs.
35 3) .i files --> ${COMP}-docstrings.i (one single file)
58 # Results in CMAKE_BINARY_DIR/docs/build/xml-docstrings
79 message(" -- Create doxygen conf (xml for docstrings) for component ${COMP}")
92 add_custom_command(OUTPUT ${SICONOS_SWIG_ROOT_DIR}/${COMP}-docstrings.i
98 add_custom_target(${COMP}_docstrings DEPENDS ${SICONOS_SWIG_ROOT_DIR}/${COMP}-docstrings.i
102 # generate empty ${COMP}-docstrings.i file (required because of %include in swig files)
103 add_custom_command(OUTPUT ${SICONOS_SWIG_ROOT_DIR}/${COMP}-docstrings.i
105 ARGS ${SICONOS_SWIG_ROOT_DIR}/${COMP}-docstrings.i
[all …]
/dports/lang/python27/Python-2.7.18/Demo/pdist/
H A Dcmdfw.py89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A Dcmdfw.py89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
/dports/lang/python-legacy/Python-2.7.18/Demo/pdist/
H A Dcmdfw.py89 docstrings = {}
94 if docstrings.has_key(name):
101 docstrings[name] = doc
105 if docstrings:
107 names = docstrings.keys()
110 print docstrings[name]
/dports/lang/guile1/guile-1.8.8/scripts/
H A Ddoc-snarf320 (define (entry-docstrings e)
333 (define (parse-entry docstrings options def-line filename line-no)
334 ; (write-line docstrings)
338 (make-prototype def-line) (reverse docstrings)
340 (+ (- line-no (length docstrings) (length options)) 1)))
341 ((> (length docstrings) 0)
342 (make-entry (string->symbol (car (reverse docstrings)))
343 (car (reverse docstrings))
344 (cdr (reverse docstrings))
346 (+ (- line-no (length docstrings) (length options)) 1)))
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/devel/MEP/
H A DMEP10.rst21 matplotlib has a great deal of inconsistency between docstrings. This
30 documentation. In addition, some of the docstrings themselves are
41 is a list of proposed changes to docstrings, most of which involve
58 Most of the docstrings in matplotlib use explicit "roles" when linking
62 to write ```myfunction``` instead. This makes docstrings much easier
107 Many of the docstrings include long lists of accepted keywords by
109 docstrings very long. Also, since these tables are the same across
113 These tables should be moved to docstrings on functions whose only
131 adding module-level docstrings to the examples, and then including
133 docstrings could easily include references to any other part of the
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/devel/MEP/
H A DMEP10.rst21 matplotlib has a great deal of inconsistency between docstrings. This
30 documentation. In addition, some of the docstrings themselves are
41 is a list of proposed changes to docstrings, most of which involve
58 Most of the docstrings in matplotlib use explicit "roles" when linking
62 to write ```myfunction``` instead. This makes docstrings much easier
107 Many of the docstrings include long lists of accepted keywords by
109 docstrings very long. Also, since these tables are the same across
113 These tables should be moved to docstrings on functions whose only
131 adding module-level docstrings to the examples, and then including
133 docstrings could easily include references to any other part of the
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/python/
H A Dmakedocstrings.py32 docstrings = {}
42 docstrings[name] = value
57 if func in docstrings.keys():
58 line = '\t{ (char *)"%s"%s, %s },\n' % (func, m.group(2), docstrings[func])
/dports/math/plplot-ada/plplot-5.15.0/bindings/python/
H A Dmakedocstrings.py32 docstrings = {}
42 docstrings[name] = value
57 if func in docstrings.keys():
58 line = '\t{ (char *)"%s"%s, %s },\n' % (func, m.group(2), docstrings[func])
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dmk-doc-cache.pl44 my @docstrings = @_;
57 foreach my $filepath (@docstrings)
201 my @docstrings = @_;
205 if (@docstrings < 1);
207 my $texi_file = make_texinfo_file ($srcdir, $macro_texi, @docstrings);
/dports/math/boolector/boolector-3.2.2/doc/
H A Dmkcdoc.py8 docstrings = dict() variable
144 docstrings[fd.name] = ds
152 docstrings[m.name] = ds
160 docstrings[td.name] = ds
172 for line in docstrings[m].to_rst().split('\n'):
180 for line in docstrings[td].to_rst().split('\n'):
188 for line in docstrings[f].to_rst().split('\n'):
196 for line in docstrings[f].to_rst().split('\n'):
/dports/devel/py-datatest/datatest-0.11.1/datatest/
H A Drunner.py212 docstrings = []
214 docstrings.append(mod.__file__)
217 docstrings.append('')
218 docstrings.append(doc.rstrip().lstrip('\n'))
219 docstrings.append('')
220 docstrings = '\n'.join(docstrings)
225 self.stream.writeln(docstrings)
/dports/lang/guile2/guile-2.2.7/module/scripts/
H A Ddoc-snarf.scm311 (define (make-entry symbol signature docstrings options filename line)
312 (vector 'entry symbol signature docstrings options filename line))
330 (define (parse-entry docstrings options def-line filename line-no)
335 (make-prototype def-line) (reverse docstrings)
337 (+ (- line-no (length docstrings) (length options)) 1)))
338 ((> (length docstrings) 0)
339 (make-entry (string->symbol (car (reverse docstrings)))
340 (car (reverse docstrings))
341 (cdr (reverse docstrings))
343 (+ (- line-no (length docstrings) (length options)) 1)))
[all …]
/dports/lang/guile/guile-3.0.7/module/scripts/
H A Ddoc-snarf.scm311 (define (make-entry symbol signature docstrings options filename line)
312 (vector 'entry symbol signature docstrings options filename line))
330 (define (parse-entry docstrings options def-line filename line-no)
335 (make-prototype def-line) (reverse docstrings)
337 (+ (- line-no (length docstrings) (length options)) 1)))
338 ((> (length docstrings) 0)
339 (make-entry (string->symbol (car (reverse docstrings)))
340 (car (reverse docstrings))
341 (cdr (reverse docstrings))
343 (+ (- line-no (length docstrings) (length options)) 1)))
[all …]
/dports/databases/pgloader3/metabang-bind-20200218-git/dev/
H A Dmacros.lisp21 (let* ((docstrings (get 'bind :docstrings))
26 (assoc canonical-name docstrings))))
31 (let* ((docstrings (get 'bind :docstrings))
34 (current-docstring-pair (assoc canonical-name docstrings)))
42 (push (cons canonical-name docstring) docstrings))
43 (setf (get 'bind :docstrings) docstrings)
/dports/textproc/py-sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7/
H A DREADME.rst1 Napoleon - *Marching toward legible docstrings*
8 Are you tired of writing docstrings that look like this::
21 `docstrings`_. Compare the jumble above to the same thing rewritten
36 and `Google`_ style docstrings - the style recommended by `Khan Academy`_.
39 docstrings and converts them to reStructuredText before Sphinx attempts to
41 the documentation, so it doesn't modify any of the docstrings in your actual
81 including docstrings on: ``modules``, ``classes``, ``attributes``,
124 Napoleon supports two styles of docstrings: `Google`_ and `NumPy`_. The
169 read for short and simple docstrings, whereas NumPy style tends be easier
170 to read for long and in-depth docstrings.
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_doc.py11 def getdocstr(mc, docstrings, namespace=None): argument
20 docstrings[name] = doc
24 getdocstr(v, docstrings, name)
28 docstrings[name] = doc
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_ext_napoleon_docstring.py139 docstrings = [( variable in GoogleDocstringTest
529 docstrings = [("""
694 for docstring, expected in docstrings:
730 docstrings = [("""
779 for docstring, expected in docstrings:
1064 docstrings = (("""\
1097 for docstring, expected in docstrings:
1196 docstrings = [( variable in NumpyDocstringTest
1742 docstrings = [("""
1944 for docstring, expected in docstrings:
[all …]

12345678910>>...90