GObject
¶
-
class
pyvips.gobject.
GObject
(pointer)[source]¶ Manage GObject lifetime.
-
__init__
(pointer)[source]¶ Wrap around a pointer.
Wraps a GObject instance around an underlying pointer. When the instance is garbage-collected, the underlying object is unreferenced.
-
__weakref__
¶ list of weak references to the object (if defined)
-