Correct way to document type as function in epytext

134 Views Asked by At

What is the correct way to specify a variable's type as a function or instancemethod in epytext?

I've seen this:

@type  cb: fn

and I've also seen this:

@type  cb: function or instancemethod
0

There are 0 best solutions below