Created
June 8, 2021 23:01
-
-
Save cari-lynn/4b1ab5df40833a7128dd7b9d8212e708 to your computer and use it in GitHub Desktop.
Return type of an empty data values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@ 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