Searched refs:inspect (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/linkedimage/
H A D__init__.py36 import inspect namespace
59 _nvlist = inspect.getmembers(_module, inspect.isclass)
67 if LinkedImagePlugin in inspect.getmro(_i):
69 elif LinkedImageChildPlugin in inspect.getmro(_i):
/pkg/src/modules/lint/
H A Dbase.py27 import inspect namespace
87 arg_spec = inspect.getargspec(method)
107 for item in inspect.getmembers(self, inspect.ismethod):
111 if "pkglint_id" in inspect.getargspec(method)[0]:
368 for cl in inspect.getmembers(module, inspect.isclass):
/pkg/src/modules/actions/
H A D__init__.py46 import inspect namespace
70 nvlist = inspect.getmembers(module, inspect.isclass)
/pkg/src/modules/client/
H A Dprogress.py34 import inspect namespace
1714 if not inspect.isfunction(m):
1727 # At construction, we inspect the ProgressTrackerBackend abstract
1745 if not inspect.ismethod(boundmeth):
1819 if not inspect.ismethod(chainedmeth):
1828 if not inspect.ismethod(chainedmeth):
1860 if not inspect.ismethod(boundmeth):
2686 if not inspect.ismethod(boundmeth):
/pkg/src/modules/server/
H A Ddepot.py46 import inspect namespace
214 for name, func in inspect.getmembers(self, inspect.ismethod):

Completed in 29 milliseconds