8000 Merge pull request #141 from kleisauke/introspect-public · libvips/pyvips@3ade5ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ade5ef

Browse files
authored
Merge pull request #141 from kleisauke/introspect-public
Move Introspect class to the public API
2 parents 29b922c + 81f2743 commit 3ade5ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyvips/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _remove_log_handler():
187187
from .vregion import *
188188

189189
__all__ = [
190-
'Error', 'Image', 'Region', 'Operation', 'GValue', 'Interpolate', 'GObject',
190+
'Error', 'Image', 'Region', 'Introspect', 'Operation', 'GValue', 'Interpolate', 'GObject',
191191
'VipsObject', 'type_find', 'type_name', 'version', '__version__',
192192
'at_least_libvips', 'API_mode',
193193
'get_suffixes',

pyvips/voperation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def cache_set_trace(trace):
531531

532532

533533
__all__ = [
534-
'Operation',
534+
'Introspect', 'Operation',
535535
'cache_set_max', 'cache_set_max_mem', 'cache_set_max_files',
536536
'cache_set_trace'
537537
]

0 commit comments

Comments
 (0)
0