Home
last modified time | relevance | path

Searched refs:format_annotation (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/autoapi/mappers/python/
H A Dastroid_utils.py193 return format_annotation(annotation_node)
447 def format_annotation(annotation): function
467 yield (name, format_annotation(annotation), default)
526 annotation = format_annotation(args_node.varargannotation)
528 annotation = format_annotation(annotations[annotation_offset])
556 annotation = format_annotation(args_node.kwargannotation)
558 annotation = format_annotation(annotations[annotation_offset])
572 return_annotation = format_annotation(node.returns)
574 return_annotation = format_annotation(node.type_comment_returns)
/dports/textproc/py-sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0/tests/
H A Dtest_sphinx_autodoc_typehints.py14 format_annotation, get_annotation_args, get_annotation_class_name, get_annotation_module,
157 result = format_annotation(annotation)
169 assert format_annotation(annotation, simplify_optional_unions=False) == \
176 assert format_annotation(annotation,
185 assert format_annotation(annotation, fully_qualified=True) == expected_result
216 result = format_annotation(ann)
/dports/lang/rust/rustc-1.58.1-src/vendor/annotate-snippets/src/formatter/
H A Dmod.rs140 fn format_annotation( in format_annotation() method
243 self.format_annotation( in format_source_line()
302 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
309 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
312 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
/dports/devel/racer/racer-2.1.48/cargo-crates/annotate-snippets-0.8.0/src/formatter/
H A Dmod.rs140 fn format_annotation( in format_annotation() method
243 self.format_annotation( in format_source_line()
302 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
309 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
312 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
/dports/textproc/py-sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0/
H A Dsphinx_autodoc_typehints.py87 def format_annotation(annotation, function
134 format_annotation(
137 formatted_args += ', ' + format_annotation(
144 format_annotation(arg, fully_qualified, simplify_optional_unions)
425 formatted_annotation = format_annotation(
454 formatted_annotation = format_annotation(
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/src/formatter/
H A Dmod.rs140 fn format_annotation( in format_annotation() method
292 self.format_annotation( in format_source_line()
351 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
358 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
361 self.format_annotation(annotation, *continuation, false, f) in format_raw_line()
/dports/lang/rust/rustc-1.58.1-src/vendor/annotate-snippets/src/display_list/
H A Dfrom_snippet.rs89 fn format_annotation(annotation: snippet::Annotation<'_>) -> Vec<DisplayLine<'_>> { in format_annotation() function
491 body.append(&mut format_annotation(annotation));
/dports/devel/racer/racer-2.1.48/cargo-crates/annotate-snippets-0.8.0/src/display_list/
H A Dfrom_snippet.rs89 fn format_annotation(annotation: snippet::Annotation<'_>) -> Vec<DisplayLine<'_>> { in format_annotation() function
491 body.append(&mut format_annotation(annotation));
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/annotate-snippets-0.9.0/src/display_list/
H A Dfrom_snippet.rs89 fn format_annotation(annotation: snippet::Annotation<'_>) -> Vec<DisplayLine<'_>> { in format_annotation() function
522 body.append(&mut format_annotation(annotation));
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/util/
H A Dinspect.py879 def format_annotation(self, annotation: Any) -> str: member in Signature
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/util/
H A Dinspect.py879 def format_annotation(self, annotation: Any) -> str: member in Signature
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/util/
H A Dinspect.py879 def format_annotation(self, annotation: Any) -> str: member in Signature
/dports/textproc/py-sphinx/Sphinx-3.5.2/doc/extdev/
H A Ddeprecated.rst1517 * - ``sphinx.ext.autodoc.format_annotation()``
/dports/textproc/py-sphinx/Sphinx-3.5.2/
H A DCHANGES.orig2615 * ``format_annotation()`` and ``formatargspec()`` is deprecated. Please use
H A DCHANGES2617 * ``format_annotation()`` and ``formatargspec()`` is deprecated. Please use