Home
last modified time | relevance | path

Searched refs:getmodule (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/dports/deskutils/py-py3status/py3status-3.40/py3status/
H A Dprivate.py42 if inspect.getmodule(stack[1][0]).__name__ != __name__:
57 inspect.getmodule(stack[1][0]).__name__ == __name__
87 mod = inspect.getmodule(stack[1][0])
96 remote = not inspect.getmodule(stack[2][0]).__name__.startswith("py3status")
100 mod = inspect.getmodule(frame[0])
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dpygments_cache.py108 mod = inspect.getmodule(cls)
148 mod = inspect.getmodule(cls)
200 mod = inspect.getmodule(cls)
229 mod = inspect.getmodule(cls)
335 mod = inspect.getmodule(cls)
367 mod = inspect.getmodule(cls)
393 mod = inspect.getmodule(cls)
417 mod = inspect.getmodule(style)
452 mod = inspect.getmodule(cls)
/dports/devel/py-RPyC/rpyc-5.0.1/rpyc/core/
H A Dservice.py120 def __init__(self, getmodule): argument
121 self.__getmodule = getmodule
158 def getmodule(self, name): member in Slave
217 modules = ModuleNamespace(slave.getmodule)
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Dinstrumentation_tracing.py70 if not inspect.getmodule(frame):
73 module_name = inspect.getmodule(frame).__name__
89 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
153 module=inspect.getmodule(frame).__name__,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/utils/
H A Dinstrumentation_tracing.py70 if not inspect.getmodule(frame):
73 module_name = inspect.getmodule(frame).__name__
89 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
153 module=inspect.getmodule(frame).__name__,
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Dinstrumentation_tracing.py70 if not inspect.getmodule(frame):
73 module_name = inspect.getmodule(frame).__name__
89 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
153 module=inspect.getmodule(frame).__name__,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Dinstrumentation_tracing.py70 if not inspect.getmodule(frame):
73 module_name = inspect.getmodule(frame).__name__
89 calling_module_names = [inspect.getmodule(fr[0]).__name__ for fr in frames]
153 module=inspect.getmodule(frame).__name__,
/dports/devel/py-dill/dill-0.3.4/dill/
H A Dsource.py27 from inspect import (getblock, getfile, getmodule, getsourcefile, indentsize,
37 module = getmodule(obj)
115 module = getmodule(object)
147 module = getmodule(object, file)
358 if not getmodule(object): # get things like 'None' and '1'
433 if not getmodule(object) and getmodule(type(object)).__name__ in ['numpy']:
611 module = getmodule(obj)
647 module = qual = str(getmodule(obj)).split()[1].strip('"').strip("'")
855 mod = getname(getmodule(encl))
861 mod = getname(getmodule(fobj))
[all …]
H A Ddetect.py23 def getmodule(object, _filename=None, force=False): function
25 from inspect import getmodule as getmod
200 globs = vars(getmodule(sum)).copy() if builtin else {}
222 globs = vars(getmodule(sum)).copy() if builtin else {}
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/
H A Dutils_test.py30 elif inspect.getmodule(object) is not None:
31 return module is inspect.getmodule(object)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/inc/
H A Dclass.Modules_BO.inc.php20 function getmodule($module_id) function in Modules_BO
22 return $this->so->getmodule($module_id);
27 $module = $this->getmodule($module_id);
/dports/devel/py-circuits/circuits-3.2/circuits/core/
H A Dloader.py8 from inspect import getmembers, getmodule, isclass
46 and getmodule(x) is module
/dports/devel/py-proto-plus/proto-plus-1.19.6/proto/
H A D_file_info.py59 module = inspect.getmodule(new_class)
73 module=inspect.getmodule(new_class).__name__,
180 module = inspect.getmodule(new_class)
/dports/devel/py-pydecor/pydecor-2.0.1/src/pydecor/
H A Dfunctions.py12 from inspect import getmodule
88 module = getmodule(decorated.wrapped)
/dports/devel/py-RPyC/rpyc-5.0.1/tests/
H A Dtest_get_id_pack.py18 cls.conn_rpyc = cls.conn.root.getmodule('rpyc')
33 remote_os = self.chained_conn.root.getmodule('os')
/dports/lang/py-hy/hy-0.19.0/hy/
H A Dmacros.py63 module = inspect.getmodule(fn)
79 module = inspect.getmodule(fn)
340 obj.module = inspect.getmodule(m)
378 expr.module = inspect.getmodule(tag_macro)
/dports/devel/py-proto-plus/proto-plus-1.19.6/tests/
H A Dtest_modules.py63 with mock.patch.object(inspect, "getmodule") as getmodule:
64 getmodule.side_effect = lambda *a: View(frame.f_locals)
/dports/www/mitmproxy/mitmproxy-7.0.4/docs/scripts/
H A Dapi-events.py28 mod = inspect.getmodule(param.annotation).__name__
31 imports.add(inspect.getmodule(param.annotation.__args__[0]).__name__)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/inc/
H A Dclass.Template3.inc.php181 $moduleobject = $this->getmodule($block->module_name);
234 $moduleobject = $this->getmodule($modulename);
312 function getmodule($modulename) function in Template3
/dports/devel/py-cliff/cliff-3.3.0/cliff/
H A Dcommand.py142 inspect.getmodule(self.app)
145 dist_name = _get_distribution_for_module(inspect.getmodule(self))
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/
H A Dlog.py269 caller_module = inspect.getmodule(module_stack[0])
317 caller_module = inspect.getmodule(module_stack[0])
329 module = inspect.getmodule(member[0])
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Ddecorators.py299 module = inspect.getmodule(frame[0])
302 if inspect.isfunction(obj) and inspect.getmodule(obj) == module:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_inspect.py259 self.assertEqual(inspect.getmodule(mod), mod)
261 self.assertEqual(inspect.getmodule(mod.StupidGit), mod)
263 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
265 self.assertEqual(inspect.getmodule(mod.StupidGit.abuse), mod)
267 self.assertEqual(inspect.getmodule(str), sys.modules["__builtin__"])
269 self.assertEqual(inspect.getmodule(None, modfile), mod)
296 inspect.getmodule(compile('a=10','','single'))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_pickle.py364 def getmodule(module): function
381 obj = getmodule(module)
400 getmodule(module)
408 getmodule(module3)
439 getmodule(module3)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_pickle.py364 def getmodule(module): function
381 obj = getmodule(module)
400 getmodule(module)
408 getmodule(module3)
439 getmodule(module3)

12345678910>>...20