MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / __init__

Method __init__

Python-Bridge/Python-Bridge.py:80–81  ·  view source on GitHub ↗
(self, kb)

Source from the content-addressed store, hash-verified

78
79 class IO:
80 def __init__(self, kb):
81 self.__kb = kb
82
83 def read_port_byte(self, port_number):
84 value = c_byte()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected