Home
last modified time | relevance | path

Searched defs:getargspec (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/py-django-configurations/django-configurations-2.2/configurations/
H A Dutils.py71 def getargspec(func): function
108 def getargspec(func): function
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/
H A Dcompat.py72 getargspec = inspect.getfullargspec # flake8: noqa variable
101 getargspec = inspect.getargspec # flake8: noqa variable
/dports/devel/py-traitlets/traitlets-5.1.1/traitlets/utils/
H A Dgetargspec.py17 def getargspec(func): function
/dports/graphics/py-fiona/Fiona-1.8.20/fiona/
H A Dcompat.py12 from inspect import getfullargspec as getargspec unknown
/dports/www/py-pecan/pecan-1.3.3/pecan/compat/
H A D__init__.py23 def getargspec(func): function
/dports/devel/py-click-threading/click-threading-0.5.0/click_threading/
H A D_compat.py9 getargspec = inspect.getargspec variable
/dports/www/py-pecan/pecan-1.3.3/pecan/
H A Dutil.py12 def getargspec(method): function
/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.py12 def getargspec(*args, **kwargs): function
21 def getargspec(*args, **kwargs): function
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/
H A D_pydev_imports_tipper.py12 def getargspec(*args, **kwargs): function
21 def getargspec(*args, **kwargs): function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_bundle/
H A D_pydev_imports_tipper.py11 def getargspec(*args, **kwargs): function
20 def getargspec(*args, **kwargs): function
/dports/misc/py-cinder/cinder-12.0.10/cinder/interface/
H A Dbase.py23 getargspec = inspect.getfullargspec variable
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/
H A Dpythonize.py67 getargspec = lambda func : ([],'args',None,None) function
/dports/devel/py-Faker/Faker-0.8.15/faker/
H A Dcompat.py7 class getargspec(object): class
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/Lib/ufo2ft/featureWriters/
H A D__init__.py16 from inspect import getfullargspec as getargspec # PY3 unknown
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/commander/
H A Dutils.py52 def getargspec(func): function
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dclosure.pyx47 from inspect import getfullargspec as getargspec unknown
/dports/devel/py-cliff/cliff-3.3.0/cliff/
H A Dutils.py33 getargspec = inspect.getfullargspec variable
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/flows/
H A Dtest_manage_volume_flow.py28 getargspec = inspect.getfullargspec variable
/dports/devel/ipython/ipython-7.29.0/IPython/testing/tests/
H A Dtest_decorators.py20 def getargspec(obj): function
/dports/devel/ipython5/ipython-5.10.0/IPython/testing/tests/
H A Dtest_decorators.py21 def getargspec(obj): function
/dports/devel/py-argh/argh-0.26.2/argh/
H A Dcompat.py52 getargspec = getargspec_permissive variable
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_coordination.py26 getargspec = inspect.getfullargspec variable
/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/
H A Dutils.py6 from inspect import getfullargspec as getargspec unknown
/dports/devel/py-autoprop/autoprop-1.0.1/
H A Dautoprop.py48 try: from inspect import getfullargspec as getargspec namespace
/dports/net-mgmt/py-prometheus-client/client_python-0.12.0/prometheus_client/
H A Ddecorator.py67 getargspec = inspect.getargspec variable in getfullargspec
78 def getargspec(f): function

1234