MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / a_tuple

Function a_tuple

code/matlab_py/test_p2m.py:5–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import numpy as np
4from datetime import datetime
5def a_tuple():
6 return 12, "three", 4.4, datetime(2022, 3, 1, 12, 13, 14, 654321)
7def a_list():
8 return [12, "three", 4.4, datetime(2022, 3, 1, 12, 13, 14, 654321) ]
9def a_dict():

Callers 1

nested_dictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected