class documentation

class InMemoryInventory:

View In Hierarchy

A simple inventory implementation which has an in-memory API link mapping.
Method get​Link Undocumented
Constant INVENTORY Undocumented
def getLink(self, name):

Undocumented

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

Undocumented

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