mirror of
https://github.com/logos-messaging/logos-delivery-python-bindings.git
synced 2026-03-06 09:23:10 +00:00
Merge remote-tracking branch 'origin/python_wrappers' into python_wrappers
This commit is contained in:
commit
1a03de9ca8
@ -57,7 +57,6 @@ lib = ffi.dlopen(str(_repo_root / "lib" / "liblogosdelivery.so"))
|
|||||||
|
|
||||||
CallbackType = ffi.callback("void(int, const char*, size_t, void*)")
|
CallbackType = ffi.callback("void(int, const char*, size_t, void*)")
|
||||||
|
|
||||||
|
|
||||||
class NodeWrapper:
|
class NodeWrapper:
|
||||||
def __init__(self, ctx, config_buffer):
|
def __init__(self, ctx, config_buffer):
|
||||||
self.ctx = ctx
|
self.ctx = ctx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user