Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Created June 8, 2021 23:01
Show Gist options
  • Save cari-lynn/4b1ab5df40833a7128dd7b9d8212e708 to your computer and use it in GitHub Desktop.
Save cari-lynn/4b1ab5df40833a7128dd7b9d8212e708 to your computer and use it in GitHub Desktop.
Return type of an empty data values
#@ load("@ytt:data", "data")
#@ load("@ytt:library", "library")
#@ def antrea_values():
#@ return data.values
#@ end
type_of_func_return: #@ type(antrea_values())
type_of_dvs: #@ type(data.values)
type_of_none: #@ type(None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment