inspect_type_links module
first.Foo and inspect_type_links.first.Foo should lead to the same class.
open() should lead to the Python builtin, for the local function we need to say inspect_type_links.open(). If it would be the other way around, there would be no simple way to link to builtins.
Modules
Classes
Functions
- def open()
- A function that opens cans.
Function documentation
def inspect_type_links. open()
A function that opens cans.
Exceptions | |
---|---|
ValueError | If this is not a can, crosslinking to ValueError of course. |