Sign in
cobalt
/
pre-commit-hooks
/
35996b7a256ac7445edc2492457e45b17c896c34
/
.
/
testing
/
resources
/
builtin_constructors.py
blob: 3fab0563b70c8c204948b694ce83f354a7fdc05c [
file
] [
log
] [
blame
]
c1
=
complex
()
d1
=
dict
()
f1
=
float
()
i1
=
int
()
l1
=
list
()
s1
=
str
()
t1
=
tuple
()