hi dudes, exists a way to typing a python function...
# general
b
hi dudes, exists a way to typing a python function like
Copy code
def foo(a: str) -> str:
	pass
but using somthing pulumining ? 👀
Copy code
def foo(a: str) -> Output<T>:
	pass
d
Yes, the syntax is with square braces though:
Output[str]
b
and non dudes of course, lots of those here 🙂