Home
last modified time | relevance | path

Searched refs:_is_bound_method (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dfunction_utils.py30 def _is_bound_method(fn): function
58 if _is_bound_method(fn) and args:
/external/python/cpython3/Lib/
Dpydoc.py233 def _is_bound_method(fn): function
1030 if _is_bound_method(object):
1464 if _is_bound_method(object):