py

Constructs an object based on the type of the argument passed in.

For example, calling py(10) would return a PydObject holding the value 10.

Calling this with a PydObject will return back a reference to the very same PydObject.

py
(
T
)
(
T t
)

Meta