Home
last modified time | relevance | path

Searched refs:isroutine (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/plugins/transform/
H A Dutil.py15 from inspect import isroutine
212 if isroutine(comp.initialize):
/dports/games/freeorion/freeorion-0.4.10.2/default/python/stub_generator/
H A Dinterface_inspector.py2 from inspect import getdoc, isroutine
14 elif isroutine(member):
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/lib/
H A Denum_sig.py91 functions = inspect.getmembers(module, inspect.isroutine)
127 elif inspect.isroutine(thing):
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/lib/
H A Denum_sig.py91 functions = inspect.getmembers(module, inspect.isroutine)
127 elif inspect.isroutine(thing):
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/lib/
H A Denum_sig.py91 functions = inspect.getmembers(module, inspect.isroutine)
127 elif inspect.isroutine(thing):
/dports/science/py-chainer/chainer-7.8.0/chainerx/_docs/
H A D__init__.py14 if ((inspect.ismethoddescriptor(obj) or inspect.isroutine(obj))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/stubs/
H A D_get_tips.py194 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
247 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/stubs/
H A D_get_tips.py191 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
244 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/
H A Devent.py218 if inspect.isroutine(obj):
501 elif inspect.isroutine(args[0]): # @window.event
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/
H A Devent.py219 if inspect.isroutine(obj):
500 elif inspect.isroutine(args[0]): # @window.event
/dports/textproc/py-grako/grako-3.99.9/grako/
H A Dparsing.py23 methods = inspect.getmembers(cls, predicate=inspect.isroutine)
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/sr/
H A Dcodedict.py68 v[0] for v in inspect.getmembers(type(self), inspect.isroutine)
244 v[0] for v in inspect.getmembers(type(self), inspect.isroutine)
/dports/devel/py-itemloaders/itemloaders-1.0.4/itemloaders/
H A Dutils.py46 if inspect.isroutine(func):
/dports/archivers/py-rarfile/rarfile-4.0/test/
H A Dtest_compat.py60 if not inspect.isroutine(zval) or name[0] == "_" or name in _ignore:
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_bundle/
H A D_pydev_imports_tipper.py213 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
246 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/
H A D_pydev_imports_tipper.py247 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
283 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_bundle/
H A D_pydev_imports_tipper.py251 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
288 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/math/py-numpy/numpy-1.20.3/numpy/testing/_private/
H A Dnoseclasses.py73 isroutine, isclass, ismodule, isfunction, ismethod
80 if ( (isroutine(val) or isclass(val))
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/
H A D_pydev_imports_tipper.py247 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
283 …spect.ismethod(obj) or inspect.isbuiltin(obj) or inspect.isfunction(obj) or inspect.isroutine(obj):
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/documentation/
H A Dpython.py399 assert inspect.isfunction(function) or inspect.ismethod(function) or inspect.isroutine(function)
546 …assert not inspect.ismodule(data) and not inspect.isclass(data) and not inspect.isroutine(data) an…
672 …a o: not inspect.ismodule(o) and not inspect.isclass(o) and not inspect.isroutine(o) and not inspe…
786 for name, object in inspect.getmembers(class_, inspect.isroutine):
819 …a o: not inspect.ismodule(o) and not inspect.isclass(o) and not inspect.isroutine(o) and not inspe…
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_resolver.py32 def isroutine(self, object): member in InspectStub
170 if inspect.isroutine(attr) or isinstance(attr, MethodWrapperType):
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/website/
H A Dsetup.py33 if inspect.isroutine(t):
/dports/devel/py-os-vif/os_vif-2.7.0/os_vif/tests/functional/
H A Dbase.py68 cls, predicate=inspect.isroutine):
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_resolver.py199 if inspect.isroutine(attr) or isinstance(attr, MethodWrapperType):
682 def isroutine(self, object): member in InspectStub
715 if inspect.isroutine(attr_value) or isinstance(attr_value, MethodWrapperType):
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_resolver.py199 if inspect.isroutine(attr) or isinstance(attr, MethodWrapperType):
682 def isroutine(self, object): member in InspectStub
715 if inspect.isroutine(attr_value) or isinstance(attr_value, MethodWrapperType):

123456789