Searched refs:_inspect (Results 1 – 10 of 10) sorted by relevance
22 import inspect as _inspect namespace35 return _inspect.signature(39 Parameter = _inspect.Parameter40 Signature = _inspect.Signature42 ArgSpec = _inspect.ArgSpec45 if hasattr(_inspect, 'FullArgSpec'):46 FullArgSpec = _inspect.FullArgSpec # pylint: disable=invalid-name66 if hasattr(_inspect, 'getfullargspec'):67 _getfullargspec = _inspect.getfullargspec # pylint: disable=invalid-name93 _getargspec = _inspect.getargspec[all …]
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]298 return _inspect.getframeinfo(*args, **kwargs)313 return _inspect.getdoc(object)[all …]
23 from tensorflow.python.util import tf_inspect as _inspect unknown60 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))129 _os.path.dirname(_inspect.getfile(_sys._getframe(1))), path)
22 import inspect as _inspect namespace140 _current_file_location = _inspect.getfile(_inspect.currentframe())
34 import inspect as _inspect namespace131 _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:467 .. _inspect-source:548 .. _inspect-signature-object:893 .. _inspect-classes-functions:1096 .. _inspect-stack:1338 .. _inspect-module-co-flags:1409 .. _inspect-module-cli:
1371 tf_inspect._inspect.getargvalues( # pylint: disable=protected-access1373 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…