MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / NullContextmanager

Class NullContextmanager

tensorflow/python/framework/ops.py:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147class NullContextmanager(object):
148
149 def __init__(self, *args, **kwargs):
150 pass
151
152 def __enter__(self):
153 pass
154
155 def __exit__(self, type_arg, value_arg, traceback_arg):
156 return False # False values do not suppress exceptions
157
158
159def _override_helper(clazz_object, operator, func):

Callers 2

control_dependenciesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected