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

Method __init__

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

Source from the content-addressed store, hash-verified

506
507 class Sections:
508 def __init__(self, kb):
509 self.__kb = kb
510
511 def create_section(self, name, max_size, access, obj_flags, protection, allocation_attributes, hfile):
512 handle = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected