class documentation

class InMemoryInventory: (source)

View In Hierarchy

A simple inventory implementation which has an in-memory API link mapping.

Method getLink Undocumented
Constant INVENTORY Undocumented
def getLink(self, name): (source)

Undocumented

Parameters
name:strUndocumented
Returns
Optional[str]Undocumented
INVENTORY: dict[str, str] = (source)

Undocumented

Value
{'socket.socket': 'https://docs.python.org/3/library/socket.html#socket.socket'}