MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / _print_dict

Method _print_dict

tensorlayer/db.py:741–746  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

739
740 @staticmethod
741 def _print_dict(args):
742 string = ''
743 for key, value in args.items():
744 if key is not '_id':
745 string += str(key) + ": " + str(value) + " / "
746 return string

Callers 3

save_training_logMethod · 0.95
save_validation_logMethod · 0.95
save_testing_logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected