View source on GitHub |
Returns a list
of the names of the named fields in struct
.
tff.structure.name_list(
struct: tff.structure.Struct
) -> list[str]
Args | |
---|---|
struct
|
An instance of Struct .
|
Returns | |
---|---|
The list of string names for the fields that are named. Names appear in
order, skipping names that are None .
|