Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/module/
Dmodule_test.py162 mod = ErrorModule(call_super=True, raise_in_constructor=False)
362 def __init__(self, call_super, raise_in_constructor=True): argument
365 if raise_in_constructor: