MCPcopy Index your code
hub / github.com/tflearn/tflearn / get

Function get

tflearn/distances.py:10–14  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

8
9
10def get(identifier):
11 if hasattr(identifier, '__call__'):
12 return identifier
13 else:
14 return get_from_module(identifier, globals(), 'distances')
15
16
17def euclidean(a, b):

Callers

nothing calls this directly

Calls 1

get_from_moduleFunction · 0.85

Tested by

no test coverage detected