PdxConstructor
What to pass to build an instance
The path exactly as the docstring wrote it.
The file being rendered when the link was found.
Used on a class page under the Constructor heading. The constructor is not a member to look up,
it is how the class is made, so its parameters are headed by a section of their own rather than
shown as a def __init__ card among the methods.
The signature band is the call rather than the __init__ behind it. UnresolvedLink(path, page)
is the line a reader would write; def __init__ names the method that implements it, which is a
different question, and it would carry a return type of None where the useful answer is the
class the page is about.
API Reference
PdxConstructor
The parameter rows on a class page, headed by the call that builds an instance rather than by a
def __init__ signature.
Prop
Type