Searched refs:_inspect (Results 1 – 10 of 10) sorted by relevance
22 import inspect as _inspect namespace28 ArgSpec = _inspect.ArgSpec31 if hasattr(_inspect, 'FullArgSpec'):32 FullArgSpec = _inspect.FullArgSpec # pylint: disable=invalid-name52 if hasattr(_inspect, 'getfullargspec'):53 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name79 _getargspec = _inspect.getargspec95 return _inspect.stack()[1][0]286 return _inspect.getframeinfo(*args, **kwargs)301 return _inspect.getdoc(object)[all …]
23 from tensorflow.python.util import tf_inspect as _inspect unknown57 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))116 data_files_path = _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
22 import inspect as _inspect namespace86 _current_file_location = _inspect.getfile(_inspect.currentframe())
22 import inspect as _inspect namespace100 _current_file_location = _inspect.getfile(_inspect.currentframe())
70 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu…
28 .. _inspect-types:392 .. _inspect-source:459 .. _inspect-classes-functions:552 .. _inspect-stack:
26 .. _inspect-types:445 .. _inspect-source:526 .. _inspect-signature-object:853 .. _inspect-classes-functions:1056 .. _inspect-stack:1298 .. _inspect-module-co-flags:1369 .. _inspect-module-cli:
255 for m in (collections, pdb, copy, tf_inspect._inspect)): # pylint:disable=protected-access
1363 tf_inspect._inspect.getargvalues( # pylint: disable=protected-access1365 tf_inspect._inspect.stack()[1][0])) # pylint: disable=protected-access
17 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu…