Skip to content

feature: Support full function type signatures #9

@multimeric

Description

@multimeric

Is your feature request related to a problem? Please describe.

I want to display the full type signature of my functions, because I feel that this better summarises how to use them.

Describe the solution you'd like

A function with signature like this:

def subjects(self, predicate: URIRef, object: URIRef) -> Iterable[UriNode]: ...

Should result in a code block with all the type annotations included, e.g.

subjects(self, predicate: URIRef, object: URIRef) -> Iterable[UriNode]

Whereas currently it lacks this:

subject(predicate, object)

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions