Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
numpy
as
np
4
from
datetime
import
datetime
5
def
a_tuple():
6
return
12,
"three"
, 4.4, datetime(2022, 3, 1, 12, 13, 14, 654321)
7
def
a_list():
8
return
[12,
"three"
, 4.4, datetime(2022, 3, 1, 12, 13, 14, 654321) ]
9
def
a_dict():
Callers
1
nested_dict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected